Updating modble.c method doc of address_print() to reflect the actual function name.
This commit is contained in:
parent
70956ea969
commit
0ab5ef426b
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user