diff --git a/features/FEATURE_BLE/ble/BLE.h b/features/FEATURE_BLE/ble/BLE.h index 860bf0850f..1c0bcde948 100644 --- a/features/FEATURE_BLE/ble/BLE.h +++ b/features/FEATURE_BLE/ble/BLE.h @@ -23,7 +23,6 @@ #include "ble/Gap.h" #include "ble/GattServer.h" #include "ble/GattClient.h" - #include "ble/SecurityManager.h" #include "ble/FunctionPointerWithContext.h" diff --git a/targets/targets.json b/targets/targets.json index 8d93ad216a..da1673c9cf 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -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'",