Skip to content

Commit dbc6b34

Browse files
committed
Use nano lib by default for nrf51 based targets.
1 parent b4bb088 commit dbc6b34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hal/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,8 @@
10921092
"function": "MCU_NRF51Code.binary_hook",
10931093
"toolchains": ["ARM_STD", "GCC_ARM"]
10941094
},
1095-
"program_cycle_s": 6
1095+
"program_cycle_s": 6,
1096+
"default_build": "small"
10961097
},
10971098
"MCU_NRF51_16K_BASE": {
10981099
"inherits": ["MCU_NRF51"],

0 commit comments

Comments
 (0)