Skip to content

Commit d392665

Browse files
committed
fix prepoc. definition
1 parent bb1fcc3 commit d392665

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
@@ -111,9 +111,10 @@ else
111111
$(error Sub Variant $(MCU_SUB_VARIANT) is unknown)
112112
endif
113113
ifdef USE_S340
114-
#if S340 then adjust SD_NAME and MCU
114+
#if S340 then adjust SD_NAME, undefine S140 and define S340
115115
SD_NAME = s340
116116
MCU_FLAGS = -DNRF52840_XXAA -DS340
117+
# CFLAGS+ = -US140 -DS340
117118
endif
118119

119120
#******************************************************************************

0 commit comments

Comments
 (0)