nsapi: error no ssid name correction

pull/3975/head
Martin Kojtal 2016-09-29 10:46:21 +01:00
parent da7529801a
commit 5ed97d5cca
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ typedef enum nsapi_error {
NSAPI_ERROR_AUTH_FAILURE = -3010, /*!< connection to access point failed */
NSAPI_ERROR_DEVICE_ERROR = -3011, /*!< failure interfacing with the network processor */
NSAPI_ERROR_TIMEOUT = -3012, /*!< operation timed out */
NSAPI_ERROR_BAD_SSID = -3013, /*!< ssid not found */
NSAPI_ERROR_NO_SSID = -3013, /*!< ssid not found */
} nsapi_error_t;
/** Enum of encryption types