docs: fix typo in components/esp_common/include/esp_err.h
This commit is contained in:
@@ -33,7 +33,7 @@ typedef int esp_err_t;
|
||||
#define ESP_ERR_INVALID_CRC 0x109 /*!< CRC or checksum was invalid */
|
||||
#define ESP_ERR_INVALID_VERSION 0x10A /*!< Version was invalid */
|
||||
#define ESP_ERR_INVALID_MAC 0x10B /*!< MAC address was invalid */
|
||||
#define ESP_ERR_NOT_FINISHED 0x10C /*!< There are items remained to retrieve */
|
||||
#define ESP_ERR_NOT_FINISHED 0x10C /*!< Operation has not fully completed */
|
||||
|
||||
|
||||
#define ESP_ERR_WIFI_BASE 0x3000 /*!< Starting number of WiFi error codes */
|
||||
|
||||
Reference in New Issue
Block a user