Fewer Teensy 3.1/3.2 tests
This commit is contained in:
parent
18c9182903
commit
6285776943
2 changed files with 9 additions and 88 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue