feat(nvs_flash): Modify for ESP8266

This commit is contained in:
Dong Heng
2021-07-23 17:21:22 +08:00
parent f09d86123d
commit f25a7ad205
16 changed files with 42 additions and 50 deletions

View File

@@ -68,4 +68,10 @@
#define _COUNTER_STRINGIFY(COUNTER) #COUNTER
#ifdef IDF_CI_BUILD
#define IDF_DEPRECATED(REASON) __attribute__((deprecated(REASON)))
#else
#define IDF_DEPRECATED(REASON)
#endif
#endif /* __ESP_ATTR_H__ */