Skip to content

Commit

Permalink
Remove unnecessary mode switch
Browse files Browse the repository at this point in the history
We wouldn't want to leave production mode, if that was where we were.
  • Loading branch information
stefanor committed Oct 29, 2017
1 parent 919a366 commit 9bf38ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion targets/opsis/Makefile.mk
Expand Up @@ -36,7 +36,6 @@ firmware-flash-$(PLATFORM):
$(PLATFORM)-mode-switch --verbose --reset-gateware

firmware-connect-$(PLATFORM):
$(PLATFORM)-mode-switch --verbose --mode=serial
flterm --port=$$($(PLATFORM)-mode-switch --get-serial-dev)

firmware-clear-$(PLATFORM):
Expand Down

0 comments on commit 9bf38ac

Please sign in to comment.