Add define to move uart on debug header even when compiled in release mode
This commit is contained in:
@@ -58,7 +58,7 @@ DEFINES += -DBASE64_LOOKUP_TABLE_SECTION="\".ccm.bss\""
|
||||
|
||||
|
||||
DEBUG_DEFINES = -DDEBUGBUILD
|
||||
RELEASE_DEFINES =
|
||||
RELEASE_DEFINES = -DUART_ON_DEBUG_HEADER
|
||||
|
||||
###################################################################################
|
||||
ifeq ($(CROSS_COMPILE),)
|
||||
|
Reference in New Issue
Block a user