• per1234's avatar
    Convert - to _ in build.board names (#1341) · 25678f47
    per1234 authored
    build.board is used to define a macro but - is not a permitted character in macro names. This causes the macro name to actually be only everything up to the first - and also many warnings when compiling for one of these boards:
    
    <command-line>:0:14: warning: ISO C++11 requires whitespace after the macro name
    
    <command-line>:0:14: warning: ISO C99 requires whitespace after the macro name
    
    I have followed the convention of the other build.board names by replacing - with _.
    25678f47
boards.txt 54.3 KB