diff options
author | Quentin Smith <[email protected]> | 2021-01-05 20:06:03 -0500 |
---|---|---|
committer | Ron Evans <[email protected]> | 2021-01-06 13:35:30 +0100 |
commit | 0dcff35d3ac0b6c48c247e14ae5b0f9e25b8dae7 (patch) | |
tree | 3196938df6981bd745c6e7a6e06f0b831f968712 /Makefile | |
parent | 75f13491b673188db56e0b439d8a9e9bbb3c9d06 (diff) | |
download | tinygo-0dcff35d3ac0b6c48c247e14ae5b0f9e25b8dae7.tar.gz tinygo-0dcff35d3ac0b6c48c247e14ae5b0f9e25b8dae7.zip |
machine/p1am-100: rename MISO/MOSI
This makes p1am-100 work again after commit d1c4ed6.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |