Add minor comment in shutdown function

master
Andres Amaya Garcia 7 years ago
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…
Cancel
Save