Add minor comment in shutdown function

This commit is contained in:
Andres Amaya Garcia 2015-12-22 15:51:34 +00:00
parent 9b14870e5c
commit 22082c54ae
1 changed files with 1 additions and 0 deletions

View File

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