mirror of
https://github.com/google/pebble.git
synced 2025-03-20 11:01:20 +00:00
8 lines
148 B
Text
8 lines
148 B
Text
|
# Regression test for issue #472: submsg_callback fails to compile in Atmel Studio
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.NanopbProto("test")
|
||
|
env.Object("test.pb.c")
|
||
|
|