Skip to content

Commit bad3d04

Browse files
committed
Merge pull request #976 from explora26/fix_hrm1070_softdevice
HRM1017 - Fix the incorrect softdevice path.
2 parents fdc75bf + 766ed49 commit bad3d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/export/gcc_arm_hrm1017.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ INCLUDE_PATHS = {% for p in include_paths %}-I{{p}} {% endfor %}
99
LIBRARY_PATHS = {% for p in library_paths %}-L{{p}} {% endfor %}
1010
LIBRARIES = {% for lib in libraries %}-l{{lib}} {% endfor %}
1111
LINKER_SCRIPT = {{linker_script}}
12-
SOFTDEVICE = mbed/TARGET_ARCH_BLE/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_0_0/s110_nrf51822_7.0.0_softdevice.hex
12+
SOFTDEVICE = mbed/TARGET_HRM1017/TARGET_NORDIC/TARGET_MCU_NRF51822/Lib/s110_nrf51822_7_1_0/s110_nrf51822_7.1.0_softdevice.hex
1313

1414
###############################################################################
1515
AS = $(GCC_BIN)arm-none-eabi-as

0 commit comments

Comments
 (0)