Improve readability
This commit is contained in:
parent
f7d511e7af
commit
799870e1f1
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue