We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a4879 commit ca28a86Copy full SHA for ca28a86
connectivity/drivers/ble/FEATURE_BLE/TARGET_STM32WB/HCIDriver.cpp
@@ -514,7 +514,7 @@ class TransportDriver : public CordioHCITransportDriver {
514
}
515
break;
516
case INFO_STACK_TYPE_BLE_HCI:
517
- if (MBED_ROM_SIZE > 0xE0000) {
+ if (MBED_ROM_SIZE > (((p_wireless_info->VersionMajor > 1) || (p_wireless_info->VersionMinor >= 12)) ? 0xE1000 : 0xE0000)) {
518
error("Wrong MBED_ROM_SIZE with HCI FW\n");
519
520
0 commit comments