Skip to content

Commit

Permalink
Change avrdude programmer to arduino
Browse files Browse the repository at this point in the history
Fixes upload warning messages
  • Loading branch information
nasser committed Dec 30, 2011
1 parent 3aa1103 commit 6dd9573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Support/Makefile
Expand Up @@ -40,7 +40,7 @@

ARDUINO_PORT ?= /dev/tty.usbmodem*
ARDUINO_UPLOAD_RATE ?= 115200
ARDUINO_AVRDUDE_PROGRAMMER ?= stk500v2
ARDUINO_AVRDUDE_PROGRAMMER ?= arduino
ARDUINO_MCU ?= atmega328p
#ARDUINO_MCU ?= atmega168
ARDUINO_F_CPU ?= 16000000
Expand Down

0 comments on commit 6dd9573

Please sign in to comment.