mirror of
https://github.com/google/pebble.git
synced 2025-03-19 18:41:21 +00:00
7 lines
148 B
Python
7 lines
148 B
Python
# Regression test for issue #472: submsg_callback fails to compile in Atmel Studio
|
|
|
|
Import("env")
|
|
|
|
env.NanopbProto("test")
|
|
env.Object("test.pb.c")
|
|
|