Add minor comment in shutdown function
parent
9b14870e5c
commit
22082c54ae
|
@ -192,6 +192,7 @@ ble_error_t nRF5xn::shutdown(void)
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Gap instance is always present */
|
||||
error = gapInstance.reset();
|
||||
if (error != BLE_ERROR_NONE) {
|
||||
return error;
|
||||
|
|
Loading…
Reference in New Issue