Improve readability

This commit is contained in:
Nero 2018-04-02 11:03:48 +00:00 committed by Nero
parent f7d511e7af
commit 799870e1f1
1 changed files with 2 additions and 0 deletions

View File

@ -49,9 +49,11 @@ deps.mk: *.c drivers/*.c
# flashing definitions and helper target
AVRDUDE_ARGS += -p$(MCU_TARGET)
AVRDUDE_ARGS += -c$(AVRDUDE_TYPE)
ifdef AVRDUDE_TTY
AVRDUDE_ARGS += -P$(AVRDUDE_TTY)
endif
ifdef AVRDUDE_BAUD
AVRDUDE_ARGS += -b$(AVRDUDE_BAUD)
endif