Fix OK button in F4 (#259)

* fix OK button in F4
* return DFU serial to make
This commit is contained in:
coreglitch
2020-12-08 12:51:59 +03:00
committed by GitHub
parent 228055e4eb
commit 61cce74291
3 changed files with 4 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ $(OBJ_DIR)/flash: $(OBJ_DIR)/$(PROJECT).bin
touch $@
$(OBJ_DIR)/upload: $(OBJ_DIR)/$(PROJECT).bin
dfu-util -D $(OBJ_DIR)/$(PROJECT).bin -a 0 -s $(FLASH_ADDRESS)
dfu-util -D $(OBJ_DIR)/$(PROJECT).bin -a 0 -s $(FLASH_ADDRESS) -S $(DFU_SERIAL)
touch $@
$(ASSETS): $(ASSETS_SOURCES)