mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
fix quotes and indentation
This commit is contained in:
parent
f7a307e349
commit
af105c6967
@ -332,8 +332,8 @@ endif
|
||||
|
||||
# Adding override for mega since boards.txt uses stk500 instead of
|
||||
# arduino on 22 release
|
||||
ifeq ($(BOARD),"mega")
|
||||
UPLOAD_PROTOCOL := "arduino"
|
||||
ifeq ($(BOARD),mega)
|
||||
UPLOAD_PROTOCOL := arduino
|
||||
endif
|
||||
|
||||
ifeq ($(MCU),)
|
||||
|
Loading…
Reference in New Issue
Block a user