Unify AVR90USB: fastio changes

This commit is contained in:
Scott Lahteine
2017-06-08 18:05:14 -05:00
parent f4b76b1ee7
commit b378deaf89
7 changed files with 48 additions and 717 deletions

View File

@@ -50,7 +50,7 @@ lib_deps = ${common.lib_deps}
platform = teensy
framework = arduino
board = teensy20pp
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_BRAINWAVE_PRO -D AT90USBxx_TEENSYPP_ASSIGNMENTS
build_flags = -I $BUILDSRC_DIR -D MOTHERBOARD=BOARD_BRAINWAVE_PRO
lib_deps = ${common.lib_deps}
[env:rambo]