James Keal
James Keal
You have a module named "case", which is a keyword in C++. This repo is a wrapper around clang-format so it gets formatted as if it was a switch statement.
Hey @FlorentNGN, I am not sure if you are still working on this or managed to get it working, but I am in the same situation (Arduino Uno R4 WIFI,...
Okay, so I went on an adventure. It looks like the compiler options used to specify the R4 Minima and R4 WIFI are [`ARDUINO_UNOR4_MINIMA`](https://github.com/arduino/ArduinoCore-renesas/blob/7b8aba7282762ce78cad10f6080e08db30f4d3aa/boards.txt#L69C41-L69C61) and [`ARDUINO_UNOR4_WIFI`](https://github.com/arduino/ArduinoCore-renesas/blob/7b8aba7282762ce78cad10f6080e08db30f4d3aa/boards.txt#L122C73-L122C91) respectively. I discovered that...