usbcan ver.50 - fixed bug with error flags removing

This commit is contained in:
2024-11-18 17:19:04 +03:00
parent 6b87f1e1f2
commit 6c0f71dcc3
4 changed files with 6 additions and 6 deletions

View File

@@ -158,7 +158,7 @@ clean:
flash: $(BIN)
@echo " FLASH $(BIN)"
$(STFLASH) write $(BIN) 0x8000000
$(STFLASH) --reset write $(BIN) 0x8000000
$(STFLASH) reset
boot: $(BIN)