fix quotes and indentation

This commit is contained in:
Amilcar Lucas 2011-09-27 04:40:00 +02:00
parent f7a307e349
commit af105c6967

View File

@ -327,13 +327,13 @@ HARDWARE_CORE := $(shell grep $(BOARD).build.core $(BOARDFILE) | cut -d = -f 2)
UPLOAD_SPEED := $(shell grep $(BOARD).upload.speed $(BOARDFILE) | cut -d = -f 2) UPLOAD_SPEED := $(shell grep $(BOARD).upload.speed $(BOARDFILE) | cut -d = -f 2)
ifeq ($(UPLOAD_PROTOCOL),) ifeq ($(UPLOAD_PROTOCOL),)
UPLOAD_PROTOCOL := $(shell grep $(BOARD).upload.protocol $(BOARDFILE) | cut -d = -f 2) UPLOAD_PROTOCOL := $(shell grep $(BOARD).upload.protocol $(BOARDFILE) | cut -d = -f 2)
endif endif
# Adding override for mega since boards.txt uses stk500 instead of # Adding override for mega since boards.txt uses stk500 instead of
# arduino on 22 release # arduino on 22 release
ifeq ($(BOARD),"mega") ifeq ($(BOARD),mega)
UPLOAD_PROTOCOL := "arduino" UPLOAD_PROTOCOL := arduino
endif endif
ifeq ($(MCU),) ifeq ($(MCU),)