mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(system): format esp_common, app_format and bootloader_format with astyle
This commit is contained in:
@@ -303,7 +303,6 @@ extern "C" {
|
||||
|
||||
#endif // !CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@@ -36,7 +36,6 @@ typedef int esp_err_t;
|
||||
#define ESP_ERR_NOT_FINISHED 0x10C /*!< Operation has not fully completed */
|
||||
#define ESP_ERR_NOT_ALLOWED 0x10D /*!< Operation is not allowed */
|
||||
|
||||
|
||||
#define ESP_ERR_WIFI_BASE 0x3000 /*!< Starting number of WiFi error codes */
|
||||
#define ESP_ERR_MESH_BASE 0x4000 /*!< Starting number of MESH error codes */
|
||||
#define ESP_ERR_FLASH_BASE 0x6000 /*!< Starting number of flash error codes */
|
||||
|
Reference in New Issue
Block a user