machine/p1am-100: rename MISO/MOSI

This makes p1am-100 work again after commit d1c4ed6.
This commit is contained in:
Quentin Smith
2021-01-05 20:06:03 -05:00
committed by Ron Evans
parent 75f13491b6
commit 0dcff35d3a
2 changed files with 10 additions and 8 deletions
+2
View File
@@ -323,6 +323,8 @@ smoketest:
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=nucleo-f722ze examples/blinky1
@$(MD5SUM) test.hex
$(TINYGO) build -size short -o test.hex -target=p1am-100 examples/blinky1
@$(MD5SUM) test.hex
# test pwm
$(TINYGO) build -size short -o test.hex -target=itsybitsy-m0 examples/pwm
@$(MD5SUM) test.hex