mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add mention release/debug to help
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user