Skip to content

Commit

Permalink
makefile: fix CC2652RB launchpad naming
Browse files Browse the repository at this point in the history
TI changed it in SDK 5.10
  • Loading branch information
sultanqasim committed May 29, 2021
1 parent 3ceb8e7 commit 1ecc40f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fw/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endif
ifneq ($(filter $(PLATFORM), $(CC2652RB_PLATFORMS)),)
CCXML = CC2652RB/CC2652RB1F.ccxml
CFLAGS += -DDeviceFamily_CC26X2
SYSCFG_BOARD = /ti/boards/CC2652RB_LAUNCHXL
SYSCFG_BOARD = /ti/boards/LP_CC2652RB
endif
ifneq ($(filter $(PLATFORM), $(CC1352P1_PLATFORMS)),)
CCXML = CC1352P1/CC1352P1F3.ccxml
Expand Down

0 comments on commit 1ecc40f

Please sign in to comment.