Skip to content

Commit 65813ef

Browse files
committed
Fix ble_hci builds
1 parent 42ee48c commit 65813ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devices/ble_hci/common-hal/_bleio/Adapter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ void common_hal_bleio_adapter_start_advertising(bleio_adapter_obj_t *self, bool
794794
}
795795

796796
if (tx_power != 0) {
797-
mp_raise_NotImplementedError();
797+
mp_raise_NotImplementedError(translate("Only tx_power=0 supported"));
798798
}
799799

800800
const uint32_t result = _common_hal_bleio_adapter_start_advertising(

0 commit comments

Comments
 (0)