Fix debug level "Wire" compile error (#151)
* add missing character for debug level "Wire" if Debug Level "Wire" is chosen, the compiler posts error > arm-none-eabi-g++: error: DDEBUG_RP2040_WIRE: No such file or directory Add the missing '-' to correct the issue. * change must be made via makeboards.py The generator script needs to be fixed and rerun. If we just update the boards.txt, changes will be lost on a rebuild. * Update boards.txt boards.txt as generated by revised makeboards.py * correct spelling issue for CI tool
Showing
Please register or sign in to comment