Improve readability
This commit is contained in:
parent
f7d511e7af
commit
799870e1f1
2
Makefile
2
Makefile
@ -49,9 +49,11 @@ deps.mk: *.c drivers/*.c
|
|||||||
# flashing definitions and helper target
|
# flashing definitions and helper target
|
||||||
AVRDUDE_ARGS += -p$(MCU_TARGET)
|
AVRDUDE_ARGS += -p$(MCU_TARGET)
|
||||||
AVRDUDE_ARGS += -c$(AVRDUDE_TYPE)
|
AVRDUDE_ARGS += -c$(AVRDUDE_TYPE)
|
||||||
|
|
||||||
ifdef AVRDUDE_TTY
|
ifdef AVRDUDE_TTY
|
||||||
AVRDUDE_ARGS += -P$(AVRDUDE_TTY)
|
AVRDUDE_ARGS += -P$(AVRDUDE_TTY)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef AVRDUDE_BAUD
|
ifdef AVRDUDE_BAUD
|
||||||
AVRDUDE_ARGS += -b$(AVRDUDE_BAUD)
|
AVRDUDE_ARGS += -b$(AVRDUDE_BAUD)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user