• Scott Smith's avatar
    Fix debug level "Wire" compile error (#151) · 4509e6cf
    Scott Smith authored
    * 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
    4509e6cf
makeboards.py 6.65 KB