Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2138 → Rev 2139

/branches/dongfang_FC_fixedwing/arduino_atmega328/makefile
1,6 → 1,6
#--------------------------------------------------------------------
# MCU name
MCU = atmega328
MCU = atmega328p
F_CPU = 16000000
QUARZ = 16MHZ
 
142,7 → 142,7
#AVRDUDE_WRITE_EEPROM = -U eeprom:w:$(TARGET).eep
 
#avrdude -c avrispv2 -P usb -p m32 -U flash:w:blink.hex
AVRDUDE_FLAGS = -p $(MCU) -c $(AVRDUDE_PROGRAMMER) -B 1 -F
AVRDUDE_FLAGS = -p $(MCU) -c $(AVRDUDE_PROGRAMMER) -B 20 -F
 
# Uncomment the following if you want avrdude's erase cycle counter.
# Note that this counter needs to be initialized first using -Yn,