Skip to content

Commit

Permalink
firmware: remove dfu-dfu default target
Browse files Browse the repository at this point in the history
It's useless, since blupdate does the same thing, just much faster and
easier.

Change-Id: I86dddfacea2e35f4d5a7f23ee4b3d12e3f1d35f1
  • Loading branch information
Hoernchen authored and laf0rge committed Nov 24, 2021
1 parent 23125d0 commit 61b4aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ APP ?= dfu

# Defines which are the available memory targets for the SAM3S-EK board.
ifeq ($(APP), dfu)
MEMORIES ?= flash dfu
MEMORIES ?= flash
TRACE_LEVEL ?= 0
else
MEMORIES ?= dfu
Expand Down

0 comments on commit 61b4aad

Please sign in to comment.