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
..
2019-11-23 22:39:07 +01:00
2019-11-23 22:39:36 +01:00
2018-10-08 12:20:49 +02:00
2019-11-22 13:56:41 +01:00
2018-10-08 12:20:49 +02:00
2019-08-06 19:43:54 +02:00
2019-09-20 19:35:02 +02:00
2019-10-13 21:03:41 +02:00
2018-10-08 12:20:49 +02:00
2019-11-23 22:39:07 +01:00