mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-28 01:44:54 +08:00
feat(kconfig): Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx"
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
#include "sdkconfig.h"
|
||||
|
||||
#ifdef CONFIG_TARGET_PLATFORM_ESP32
|
||||
#ifdef CONFIG_IDF_TARGET_ESP32
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
@ -160,7 +160,7 @@ bool bootloader_common_erase_part_type_data(const char *list_erase, bool ota_dat
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_TARGET_PLATFORM_ESP8266
|
||||
#ifdef CONFIG_IDF_TARGET_ESP8266
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
Reference in New Issue
Block a user