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 9b3cace commit 309712bCopy full SHA for 309712b
Makefile
@@ -112,9 +112,10 @@ else
112
$(error Sub Variant $(MCU_SUB_VARIANT) is unknown)
113
endif
114
ifdef USE_S340
115
-#if S340 then adjust SD_NAME and MCU
+#if S340 then adjust SD_NAME, undefine S140 and define S340
116
SD_NAME = s340
117
MCU_FLAGS = -DNRF52840_XXAA -DS340
118
+# CFLAGS+ = -US140 -DS340
119
120
121
#------------------------------------------------------------------------------
0 commit comments