Updating modble.c method doc of address_print() to reflect the actual function name.

This commit is contained in:
Glenn Ruben Bakke 2016-11-16 21:45:34 +01:00
parent 70956ea969
commit 0ab5ef426b
1 changed files with 1 additions and 1 deletions

View File

@ -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();