add mention release/debug to help

This commit is contained in:
2024-07-02 11:07:18 +03:00
parent 8b67f5b5ed
commit c49e71c047
6 changed files with 7 additions and 167 deletions

View File

@@ -23,10 +23,11 @@
#define BUFSZ (64)
// DEBUG/RELEASE build
#ifdef EBUG
#define DBG(str) do{USB_sendstr(__FILE__ " (L" STR(__LINE__) "): " str);}while(0)
#define RLSDBG "debug"
#else
#define DBG(str)
#define RLSDBG "release"
#endif
#define IGN_SIZE 10