mirror of https://github.com/ARMmbed/mbed-os.git
revert accidental changes
parent
dc3aba181e
commit
bc69e15638
|
@ -23,7 +23,6 @@
|
|||
#include "ble/Gap.h"
|
||||
#include "ble/GattServer.h"
|
||||
#include "ble/GattClient.h"
|
||||
|
||||
#include "ble/SecurityManager.h"
|
||||
|
||||
#include "ble/FunctionPointerWithContext.h"
|
||||
|
|
|
@ -33,8 +33,7 @@
|
|||
},
|
||||
"mpu-rom-end": {
|
||||
"help": "Last address of ROM protected by the MPU",
|
||||
"value": "0x0fffffff",
|
||||
"macro_name": "MPU_ROM_END"
|
||||
"value": "0x0fffffff"
|
||||
},
|
||||
"default-form-factor": {
|
||||
"help": "Default form factor of this board taken from supported_form_factors. This must be a lowercase string such as 'arduino'",
|
||||
|
|
Loading…
Reference in New Issue