esp-idf/components/esp_common/include
Planck (Lu Zeyu) 255d499884 fix(ll): fix cpp compile error
Merges https://github.com/espressif/esp-idf/pull/12093

fix(ll): remove FLAG_ATTR macro

Such kind of operator overload will not work because C++ thinks such overload is ambiguous and it still prefer the built-in one which accepts and returns integer. Manually force type conversion seems to be unavoidable.
2023-09-14 14:48:12 +08:00
..
esp_assert.h fix(ll): fix cpp compile error 2023-09-14 14:48:12 +08:00
esp_attr.h
esp_bit_defs.h
esp_check.h
esp_compiler.h
esp_err.h
esp_idf_version.h
esp_macros.h fix(esp_system): suppress compiler warning if ESP_SYSTEM_PANIC_SILENT_REBOOT is enabled 2023-09-12 16:30:42 +08:00
esp_types.h