mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-09-15 02:52:53 +00:00
add #ifndef DEBUG_EN ... #endif around #define DEBUG_EN 1
user can disable debug informations without source modification
This commit is contained in:
@@ -54,7 +54,9 @@
|
||||
|
||||
|
||||
// if print debug information
|
||||
#ifndef DEBUG_EN
|
||||
#define DEBUG_EN 1
|
||||
#endif
|
||||
|
||||
// Begin mt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user