We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1fcc3 commit d392665Copy full SHA for d392665
Makefile
@@ -111,9 +111,10 @@ else
111
$(error Sub Variant $(MCU_SUB_VARIANT) is unknown)
112
endif
113
ifdef USE_S340
114
-#if S340 then adjust SD_NAME and MCU
+#if S340 then adjust SD_NAME, undefine S140 and define S340
115
SD_NAME = s340
116
MCU_FLAGS = -DNRF52840_XXAA -DS340
117
+# CFLAGS+ = -US140 -DS340
118
119
120
#******************************************************************************
0 commit comments