Fix usage of debug flag
This commit is contained in:
parent
9389585d3d
commit
16a583d7fd
7 changed files with 4 additions and 46 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
|
||||
int8_t (*print_sendchar_func)(uint8_t) = 0;
|
||||
bool print_enable = false;
|
||||
bool print_enable = true;
|
||||
|
||||
|
||||
/* print string stored in data memory(SRAM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue