Fix ble_hci builds

This commit is contained in:
Scott Shawcroft 2021-05-19 14:14:32 -07:00
parent 42ee48ccb5
commit 65813ef358
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA

View File

@ -794,7 +794,7 @@ void common_hal_bleio_adapter_start_advertising(bleio_adapter_obj_t *self, bool
}
if (tx_power != 0) {
mp_raise_NotImplementedError();
mp_raise_NotImplementedError(translate("Only tx_power=0 supported"));
}
const uint32_t result = _common_hal_bleio_adapter_start_advertising(