Use nano lib by default for nrf51 based targets.

pull/2025/head
Vincent Coubard 2016-06-27 14:33:01 +01:00
parent b4bb088876
commit dbc6b34bc2
1 changed files with 2 additions and 1 deletions

View File

@ -1092,7 +1092,8 @@
"function": "MCU_NRF51Code.binary_hook",
"toolchains": ["ARM_STD", "GCC_ARM"]
},
"program_cycle_s": 6
"program_cycle_s": 6,
"default_build": "small"
},
"MCU_NRF51_16K_BASE": {
"inherits": ["MCU_NRF51"],