Berry make debug easier

This commit is contained in:
Stephan Hadinger 2022-04-29 23:23:04 +02:00
parent 950933cafa
commit 089cfd1c76
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ const char berry_prog[] =
"import tapp " "import tapp "
#ifdef USE_BERRY_DEBUG
"import debug "
"import solidify "
#endif
; ;
#endif // USE_BERRY #endif // USE_BERRY