Skip to content

Commit 05b8db4

Browse files
authored
Merge pull request #2025 from pan-/nrf51_nano
Use nano lib by default for nrf51 based targets.
2 parents 96e533c + dbc6b34 commit 05b8db4

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)