mirror of
https://github.com/nanopb/nanopb.git
synced 2026-06-06 20:18:31 +00:00
7 lines
144 B
Python
7 lines
144 B
Python
# Test initializers when overriding callback datatype
|
|
|
|
Import('env')
|
|
|
|
env.NanopbProto("initializertest.proto")
|
|
env.Object("test_initializer.c")
|