URGENT fix to 1612 clocking.
[goodfet] / firmware / Makefile
index 44b60da..8b7eed7 100644 (file)
@@ -25,6 +25,8 @@ run:
 
 install: $(app).hex
        $(BSL) -e -p $(app).hex 
+verify:
+       $(BSL) -P $(app).hex -v $(app).hex
 $(app): $(app).c $(libs) $(apps)
 $(app).hex: $(app)
        msp430-objcopy goodfet -O ihex goodfet.hex