Skip to content

Commit

Permalink
MOBIFLIGHT_TYPE is already defined in MFBoards.h (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
elral authored Nov 18, 2023
1 parent e546689 commit 5f036f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ board = megaatmega2560
framework = arduino
build_flags =
${env.build_flags}
'-DMOBIFLIGHT_TYPE="MobiFlight Mega"'
-I./_Boards/Atmel/Board_Mega
build_src_filter =
${env.build_src_filter}
Expand All @@ -84,7 +83,6 @@ board = sparkfun_promicro16
framework = arduino
build_flags =
${env.build_flags}
'-DMOBIFLIGHT_TYPE="MobiFlight Micro"'
-I./_Boards/Atmel/Board_ProMicro
build_src_filter =
${env.build_src_filter}
Expand All @@ -103,7 +101,6 @@ board = uno
framework = arduino
build_flags =
${env.build_flags}
'-DMOBIFLIGHT_TYPE="MobiFlight Uno"'
-I./_Boards/Atmel/Board_Uno
build_src_filter =
${env.build_src_filter}
Expand All @@ -121,7 +118,6 @@ board = nanoatmega328
framework = arduino
build_flags =
${env.build_flags}
'-DMOBIFLIGHT_TYPE="MobiFlight Nano"'
-I./_Boards/Atmel/Board_Nano
build_src_filter =
${env.build_src_filter}
Expand All @@ -144,7 +140,6 @@ upload_protocol = mbed ; for debugging upoading can be changed to picopr
;debug_tool = picoprobe ; and uncomment this for debugging w/ picoprobe
build_flags =
${env.build_flags}
'-DMOBIFLIGHT_TYPE="MobiFlight RaspiPico"'
-I./_Boards/RaspberryPi/Pico
build_src_filter =
${env.build_src_filter}
Expand Down

0 comments on commit 5f036f1

Please sign in to comment.