mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
255d499884
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. |
||
---|---|---|
.. | ||
include/soc | ||
ld | ||
adc_periph.c | ||
dedic_gpio_periph.c | ||
gdma_periph.c | ||
gpio_periph.c | ||
i2c_periph.c | ||
interrupts.c | ||
ledc_periph.c | ||
spi_periph.c | ||
temperature_sensor_periph.c | ||
timer_periph.c | ||
uart_periph.c |