diff --git a/nrf5/softdevice/modble.c b/nrf5/softdevice/modble.c index 9b5b3b047f..80a113e077 100644 --- a/nrf5/softdevice/modble.c +++ b/nrf5/softdevice/modble.c @@ -58,7 +58,7 @@ mp_obj_t ble_obj_enabled(void) { return MP_OBJ_NEW_SMALL_INT(enabled); } -/// \method disable() +/// \method address_print() /// Print device address. mp_obj_t ble_obj_address_print(void) { softdevice_address_get();