Skip to content

Commit 309712b

Browse files
committed
fix prepoc. definition
1 parent 9b3cace commit 309712b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ else
112112
$(error Sub Variant $(MCU_SUB_VARIANT) is unknown)
113113
endif
114114
ifdef USE_S340
115-
#if S340 then adjust SD_NAME and MCU
115+
#if S340 then adjust SD_NAME, undefine S140 and define S340
116116
SD_NAME = s340
117117
MCU_FLAGS = -DNRF52840_XXAA -DS340
118+
# CFLAGS+ = -US140 -DS340
118119
endif
119120

120121
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)