Skip to content

Commit

Permalink
Merge pull request #439 from rohitk-singh/cmod_a7-fix
Browse files Browse the repository at this point in the history
cmod_a7: Fixing default target.
  • Loading branch information
mithro committed May 19, 2018
2 parents 632391d + d7ef6b2 commit a8958d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/cmod_a7/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ifneq ($(PLATFORM),cmod_a7)
endif

# Settings
DEFAULT_TARGET = net
DEFAULT_TARGET = base
TARGET ?= $(DEFAULT_TARGET)

PROG_PORT ?= /dev/ttyUSB0
Expand Down

0 comments on commit a8958d4

Please sign in to comment.