platform: Cleaanup in the ENABLE_DEBUG definitions in the platform headers
This commit is contained in:
parent
f0d85828c9
commit
b870ed532c
|
@ -33,7 +33,6 @@
|
|||
|
||||
#ifdef ENABLE_DEBUG
|
||||
#define PLATFORM_HAS_DEBUG
|
||||
# define USBUART_DEBUG
|
||||
#endif
|
||||
|
||||
#define PLATFORM_IDENT "(F3-IF) "
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#ifdef ENABLE_DEBUG
|
||||
#define PLATFORM_HAS_DEBUG
|
||||
# define USBUART_DEBUG
|
||||
extern bool debug_bmp;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
|
||||
#ifdef ENABLE_DEBUG
|
||||
#define PLATFORM_HAS_DEBUG
|
||||
# define USBUART_DEBUG
|
||||
extern bool debug_bmp;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
#ifdef ENABLE_DEBUG
|
||||
#define PLATFORM_HAS_DEBUG
|
||||
# define USBUART_DEBUG
|
||||
extern bool debug_bmp;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue