diff --git a/firmware/gen_config.sh b/firmware/gen_config.sh index 7ee82e8d8c..7871d76b7f 100755 --- a/firmware/gen_config.sh +++ b/firmware/gen_config.sh @@ -14,7 +14,6 @@ mkdir build # # for BOARD in \ - "f429-discovery f429-discovery" \ "hellen/alphax-2chan alphax-2chan" \ "hellen/alphax-4chan alphax-4chan" \ "hellen/hellen128 hellen128 rusefi_hellen128mercedes.ini" \ @@ -35,6 +34,7 @@ for BOARD in \ "proteus proteus_f7" \ "proteus proteus_f4" \ "proteus proteus_h7" \ + "f429-discovery f429-discovery" \ "atlas atlas"\ ; do BOARD_NAME=$(echo "$BOARD" | cut -d " " -f 1)