More mega shortcuts in 'mftest' script

This commit is contained in:
Scott Lahteine 2019-09-11 20:49:15 -05:00
parent 1d574b0f6a
commit 69bd636f22

View file

@ -25,6 +25,8 @@ case $TESTENV in
lin*) TESTENV='linux_native' ;;
lpc?(8)) TESTENV='LPC1768' ;;
lpc9) TESTENV='LPC1769' ;;
m128) TESTENV='megaatmega1280' ;;
m256) TESTENV='megaatmega2560' ;;
mega) TESTENV='megaatmega2560' ;;
stm) TESTENV='STM32F103R' ;;
f1) TESTENV='STM32F103R' ;;