Add define to move uart on debug header even when compiled in release mode

This commit is contained in:
2020-11-01 21:22:28 +01:00
parent 88360fe307
commit 32c8e2e937
4 changed files with 8 additions and 8 deletions

View File

@@ -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),)