Make error codes globally unique

This commit is contained in:
Roland Dobai
2018-02-09 14:43:11 +01:00
parent 892f3907fa
commit 7c4b3d50f8
9 changed files with 92 additions and 123 deletions

View File

@@ -55,7 +55,7 @@ extern "C" {
*
* @return
* - ESP_OK: succeed
* - ESP_ERR_WIFI_NO_MEM: out of memory
* - ESP_ERR_NO_MEM: out of memory
* - others: refer to error code esp_err.h
*/
esp_err_t esp_wifi_init_internal(const wifi_init_config_t *config);