Skip to content

Commit

Permalink
fix duplicate build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
gcormier committed Sep 10, 2022
1 parent 6fd96f3 commit 1d82de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ build_flags=
platform = atmelmegaavr
board = ATtiny1624
framework = arduino
build_flags = -D AVR2=1
board_build.f_cpu = 16000000L
board_fuses.osccfg = 0x01 # Run at 16MHz instead of default 20MHz. Saves power.
build_flags = -D AVR2=1

[env:attiny1624_serial]
platform = atmelmegaavr
board = ATtiny1624
framework = arduino
build_flags = -D AVR2=1
board_build.f_cpu = 16000000L
board_fuses.osccfg = 0x01 # Run at 16MHz instead of default 20MHz. Saves power.
build_flags=
-D AVR2=1
-DSERIALCOMMS

0 comments on commit 1d82de5

Please sign in to comment.