Skip to content

Commit 537066f

Browse files
author
Andy Dalton
committedDec 1, 2013
Cleanup inconsistent tab usages in Makefile
1 parent 294dd78 commit 537066f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎template/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ AVRDUDE = $(ARDUINO_ROOT)/hardware/tools/avrdude
4646
# Target-specific MCU definitions
4747
MCU_uno = atmega328p
4848
MCU_mega = atmega2560
49-
MCU_mini = atmega328p
50-
MCU_nano = atmega328p
49+
MCU_mini = atmega328p
50+
MCU_nano = atmega328p
5151

5252
# Target-specific mcu frequency definitions
5353
MCU_FREQ_uno = 16000000L
@@ -68,7 +68,7 @@ PROG_mini = arduino
6868
PROG_nano = arduino
6969

7070
# Target-specific arvdude baud rates
71-
BAUD_uno = 115200
71+
BAUD_uno = 115200
7272
BAUD_mega = 115200
7373
BAUD_mini = 57600
7474
BAUD_nano = 57600

0 commit comments

Comments
 (0)