Skip to content

Commit

Permalink
specify pid/vid as dfu-only not runtime fixes electro-smith#278
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhensley committed Dec 11, 2020
1 parent c60c0df commit fb72fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ program:
#######################################

program-dfu:
dfu-util -a 0 -s $(FLASH_ADDRESS):leave -D $(BUILD_DIR)/$(TARGET_BIN) -d 0483:df11
dfu-util -a 0 -s $(FLASH_ADDRESS):leave -D $(BUILD_DIR)/$(TARGET_BIN) -d ,0483:df11

#######################################
# dependencies
Expand Down

0 comments on commit fb72fd6

Please sign in to comment.