nrf5/boards: Updating path to custom linker script for feather52 board.
This commit is contained in:
parent
50bb18015a
commit
5f4798b0f2
|
@ -3,6 +3,6 @@ MCU_VARIANT = nrf52
|
|||
MCU_SUB_VARIANT = nrf52832
|
||||
SOFTDEV_VERSION = 2.0.1
|
||||
|
||||
LD_FILE = boards/bluefruit_nrf52_feather/custom_nrf52832_dfu_app.ld
|
||||
LD_FILE = boards/feather52/custom_nrf52832_dfu_app.ld
|
||||
|
||||
NRF_DEFINES += -DNRF52832_XXAA
|
||||
|
|
Loading…
Reference in New Issue