8 lines
98 B
Python
8 lines
98 B
Python
|
|
# Check that generator doesn't exceed memory limits
|
||
|
|
|
||
|
|
Import('env')
|
||
|
|
|
||
|
|
env.NanopbProto('bigvalue')
|
||
|
|
|
||
|
|
|