Skip to content

Commit

Permalink
remove dependency for flash target
Browse files Browse the repository at this point in the history
  • Loading branch information
IshDeshpa committed Nov 9, 2024
1 parent e57d769 commit a549d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ clean:
FLASH_ADDRESS ?= 0x8000000
FLASH_FILE = $(shell find $(BUILD_DIR) -name 'stm*.bin' -exec basename {} \;)

flash: $(BUILD_DIR)/$(FLASH_FILE)
flash:
@echo "Flashing $(FLASH_FILE) to $(FLASH_ADDRESS)"
-st-flash write $(BUILD_DIR)/$(FLASH_FILE) $(FLASH_ADDRESS)

Expand Down

0 comments on commit a549d77

Please sign in to comment.