revert accidental changes

pull/9790/head
paul-szczepanek-arm 2019-02-07 16:01:27 +00:00 committed by Vincent Coubard
parent dc3aba181e
commit bc69e15638
2 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,6 @@
#include "ble/Gap.h" #include "ble/Gap.h"
#include "ble/GattServer.h" #include "ble/GattServer.h"
#include "ble/GattClient.h" #include "ble/GattClient.h"
#include "ble/SecurityManager.h" #include "ble/SecurityManager.h"
#include "ble/FunctionPointerWithContext.h" #include "ble/FunctionPointerWithContext.h"

View File

@ -33,8 +33,7 @@
}, },
"mpu-rom-end": { "mpu-rom-end": {
"help": "Last address of ROM protected by the MPU", "help": "Last address of ROM protected by the MPU",
"value": "0x0fffffff", "value": "0x0fffffff"
"macro_name": "MPU_ROM_END"
}, },
"default-form-factor": { "default-form-factor": {
"help": "Default form factor of this board taken from supported_form_factors. This must be a lowercase string such as 'arduino'", "help": "Default form factor of this board taken from supported_form_factors. This must be a lowercase string such as 'arduino'",