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-12-28 18:38:27 +01:00
2020-01-10 13:22:11 -08:00
2020-01-10 13:22:11 -08:00
2019-11-27 14:31:01 +01:00
2019-12-03 22:09:29 +01:00
2019-11-13 13:43:55 +01:00
2020-01-10 13:22:11 -08:00
2019-11-08 14:20:33 +01:00
2019-11-08 14:20:33 +01:00