Skip to content

Commit 1ecc40f

Browse files
committed
makefile: fix CC2652RB launchpad naming
TI changed it in SDK 5.10
1 parent 3ceb8e7 commit 1ecc40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fw/makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ endif
3737
ifneq ($(filter $(PLATFORM), $(CC2652RB_PLATFORMS)),)
3838
CCXML = CC2652RB/CC2652RB1F.ccxml
3939
CFLAGS += -DDeviceFamily_CC26X2
40-
SYSCFG_BOARD = /ti/boards/CC2652RB_LAUNCHXL
40+
SYSCFG_BOARD = /ti/boards/LP_CC2652RB
4141
endif
4242
ifneq ($(filter $(PLATFORM), $(CC1352P1_PLATFORMS)),)
4343
CCXML = CC1352P1/CC1352P1F3.ccxml

0 commit comments

Comments
 (0)