mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-05 12:25:03 +02:00
94f2dd27d4
Raw string literals are a C++ feature, and GCC supports them for C as an extension. Clang doesn’t support them. Ref LLVM-11