set NRF52832 static_memory_defines true

static_memory_defines controls the macro MBED_RAM_START AND MBED_RAM_SIZE
when nrf52832 to use softdevice, it need MBED_RAM_START to set the true application ram start
pull/11696/head
James Wang 2019-08-27 19:50:01 +08:00 committed by adbridge
parent 3bf1979d74
commit 1bed555921
1 changed files with 1 additions and 1 deletions

View File

@ -7332,7 +7332,7 @@
"MCU_NRF52832": {
"inherits": ["Target"],
"core": "Cortex-M4F",
"static_memory_defines": false,
"static_memory_defines": true,
"macros": [
"BOARD_PCA10040",
"NRF52",