Skip to content
Snippets Groups Projects
Commit 5b69d67d authored by Scott Lahteine's avatar Scott Lahteine Committed by GitHub
Browse files

Merge pull request #7359 from fiveangle/pio_printrboard_revf

Add PIO entry for PRINTRBOARD_REVF
parents a972c060 42aa10d2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment