diff options
-rw-r--r-- | testhal/STM32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/Makefile b/testhal/STM32/Makefile index 88b47a725..d6592ad9d 100644 --- a/testhal/STM32/Makefile +++ b/testhal/STM32/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra #
# List all default C defines here, like -D_DEBUG=1
-DDEFS = -DSTM32F10X_MD
+DDEFS =
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =
|