Skip to content

Commit

Permalink
Add PIO entry for PRINTRBOARD_REVF
Browse files Browse the repository at this point in the history
fix from PIO corruption
  • Loading branch information
fiveangle committed Jul 26, 2017
1 parent 2159135 commit 42aa10d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD
#board_f_cpu = 20000000L
lib_deps = ${common.lib_deps}

[env:printrboard_revf]
platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_PRINTRBOARD_REVF
lib_deps = ${common.lib_deps}

[env:brainwavepro]
platform = teensy
framework = arduino
Expand Down

0 comments on commit 42aa10d

Please sign in to comment.