Fix typo in baudrates

This commit is contained in:
Nero 2018-01-30 20:42:59 +00:00 committed by Nero
parent 387372d302
commit a5c9dc477b
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ MCU_FREQ = 16000000UL
CPPFLAGS += -DLED_DDR=DDRB -DLED_PORT=PORTB -DLED_PIN=5
BAUDRATE = 56700
BAUDRATE = 57600
AVRDUDE_TYPE = arduino
AVRDUDE_TTY = /dev/ttyUSB0
AVRDUDE_BAUD = 56700
AVRDUDE_BAUD = 57600