1
0
mirror of https://github.com/jrcutler/Tiny_IR_Repeater synced 2024-06-02 01:15:49 +00:00

Fixing syntax error in example ~/.avrduderc file.

This commit is contained in:
Justin R. Cutler 2012-12-24 15:39:43 -08:00
parent 0e3146021a
commit f4f09e3dbb

View File

@ -25,8 +25,8 @@
# uploading to the AVR and the interface where this hardware # uploading to the AVR and the interface where this hardware
# is connected. We recommend that you leave it undefined and # is connected. We recommend that you leave it undefined and
# add settings like this to your ~/.avrduderc file: # add settings like this to your ~/.avrduderc file:
# default_programmer = "stk500v2" # default_programmer = "stk500v2";
# default_serial = "avrdoper" # default_serial = "avrdoper";
# FUSES ........ Parameters for avrdude to flash the fuses appropriately. # FUSES ........ Parameters for avrdude to flash the fuses appropriately.
DEVICE = attiny85 DEVICE = attiny85