mirror of
https://github.com/jrcutler/Tiny_IR_Repeater
synced 2025-07-04 00:17:14 +00:00
Fixing syntax error in example ~/.avrduderc file.
This commit is contained in:
4
Makefile
4
Makefile
@ -25,8 +25,8 @@
|
||||
# uploading to the AVR and the interface where this hardware
|
||||
# is connected. We recommend that you leave it undefined and
|
||||
# add settings like this to your ~/.avrduderc file:
|
||||
# default_programmer = "stk500v2"
|
||||
# default_serial = "avrdoper"
|
||||
# default_programmer = "stk500v2";
|
||||
# default_serial = "avrdoper";
|
||||
# FUSES ........ Parameters for avrdude to flash the fuses appropriately.
|
||||
|
||||
DEVICE = attiny85
|
||||
|
Reference in New Issue
Block a user