mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
6 lines
208 B
C
6 lines
208 B
C
|
// Note: these undefs and defines are used to suppress warnings and errors when compiling esp32 idf on host gcc/clang
|
||
|
#undef __nonnull
|
||
|
#define __warning__ deprecated
|
||
|
#define IRAM_ATTR
|
||
|
#define __ESP_ATTR_H__
|