commit-tests-avr: Remove unnecessary cd.

commit-tests-cortex-m: Created.
This commit is contained in:
Kelvin Lawson
2016-07-14 12:44:11 +01:00
parent a4fefefec2
commit 1adb1e3148
2 changed files with 14 additions and 1 deletions

View File

@@ -11,4 +11,3 @@ cd ports/avr
make clean
make PART=atmega128
make PART=atmega128 simtests
cd ../..