Fewer Teensy 3.1/3.2 tests

This commit is contained in:
Scott Lahteine
2019-08-02 11:30:30 -05:00
parent 18c9182903
commit 6285776943
2 changed files with 9 additions and 88 deletions

View File

@ -26,8 +26,11 @@ case $TESTENV in
lpc9) TESTENV='LPC1769' ;;
mega) TESTENV='megaatmega2560' ;;
stm) TESTENV='STM32F1' ;;
teensy) TESTENV='teensy31' ;;
t31) TESTENV='teensy31' ;;
t32) TESTENV='teensy31' ;;
t35) TESTENV='teensy35' ;;
teensy) TESTENV='teensy35' ;;
t36) TESTENV='teensy35' ;;
-) ;;
esac