Merge pull request #2025 from pan-/nrf51_nano

Use nano lib by default for nrf51 based targets.
pull/2037/head
Martin Kojtal 2016-06-28 10:12:54 +02:00 committed by GitHub
commit 05b8db418a
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"],