1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/esp32/include
Gunar Schorcht 416e8ce8e6 cpu/esp32: fix C linkage compilatio error
With the new toolchain version required to fix issue #13133, the compilation of `examples/posix_socket` fails due to a C linkage error in `atomic_base.h`. The reason is that including `drivers/include/mtd.h` in `boards/esp32/board_common.h` inside the `extern C` block finally leads to including `atomic_base.h` inside the `extern C` block which in turn to the C linkage error for the template definitions in this file.
2020-01-16 13:03:49 +01:00
..
arduino_board_common.h cpu/esp32: define ARDUINO_PIN_* 2018-10-11 09:33:43 +02:00
board_common.h cpu/esp32: fix C linkage compilatio error 2020-01-16 13:03:49 +01:00
periph_conf_common.h boards/esp32: changes for RTOS SDK 2019-11-14 13:58:25 +01:00