mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-09-15 11:03:48 +00:00
Merge pull request #74 from rubik83/master
add #ifndef DEBUG_EN ... #endif around #define DEBUG_EN 1
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