]> git.droids-corp.org - protos/xbee-avr.git/commitdiff
save fuse prog command line in a comment
authorOlivier Matz <zer0@droids-corp.org>
Thu, 31 Oct 2013 18:49:33 +0000 (19:49 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 31 Oct 2013 18:51:26 +0000 (19:51 +0100)
main.c

diff --git a/main.c b/main.c
index 20e26b01ab166dd77e65198e63eb17b50378c738..0d5cad65d3558c8456c7eab9d8bb35128a094730 100644 (file)
--- a/main.c
+++ b/main.c
@@ -26,7 +26,7 @@
  */
 
 /* fuses:
- * avrdude -p atmega1284p -P usb -c avrispmkii -U lfuse:w:0xff:m -U hfuse:w:0x99:m -U efuse:w:0xff:m
+ * avrdude -p atmega1284p -P usb -c avrispmkii -U lfuse:w:0xff:m -U hfuse:w:0x91:m -U efuse:w:0xff:m
  */
 
 #include <aversive.h>