Merge pull request #15486 from s-hadinger/berry_easy_debug

Berry make debug easier
This commit is contained in:
s-hadinger 2022-04-29 23:44:08 +02:00 committed by GitHub
commit b88638df26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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