@@ -578,7 +578,7 @@ static private List getCommandCompilerS(String basePath, List includePaths,
578578 "-g" , // include debugging info (so errors include line numbers)
579579 "-mmcu=" + boardPreferences .get ("build.mcu" ),
580580 "-DF_CPU=" + boardPreferences .get ("build.f_cpu" ),
581- "-DARDUINO =" + Base .REVISION ,
581+ "-DENERGIA =" + Base .REVISION ,
582582 }));
583583 } else {
584584 baseCommandCompiler = new ArrayList (Arrays .asList (new String [] {
@@ -619,7 +619,7 @@ static private List getCommandCompilerC(String basePath, List includePaths,
619619 "-fdata-sections" ,
620620 "-mmcu=" + boardPreferences .get ("build.mcu" ),
621621 "-DF_CPU=" + boardPreferences .get ("build.f_cpu" ),
622- "-DARDUINO =" + Base .REVISION ,
622+ "-DENERGIA =" + Base .REVISION ,
623623 }));
624624 } else { // default to avr
625625 baseCommandCompiler = new ArrayList (Arrays .asList (new String [] {
@@ -666,7 +666,7 @@ static private List getCommandCompilerCPP(String basePath,
666666 "-fdata-sections" ,
667667 "-mmcu=" + boardPreferences .get ("build.mcu" ),
668668 "-DF_CPU=" + boardPreferences .get ("build.f_cpu" ),
669- "-DARDUINO =" + Base .REVISION ,
669+ "-DENERGIA =" + Base .REVISION ,
670670 }));
671671 } else { // default to avr
672672 baseCommandCompilerCPP = new ArrayList (Arrays .asList (new String [] {
0 commit comments