save fuse prog line in a comment master
authorOlivier Matz <zer0@droids-corp.org>
Thu, 31 Oct 2013 18:42:38 +0000 (19:42 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Thu, 31 Oct 2013 18:42:38 +0000 (19:42 +0100)
main.c

diff --git a/main.c b/main.c
index 81ac65b..4b1bbc3 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,3 +1,8 @@
+/*
+avrdude -p atmega168p -P usb -c avrispmkii -U lfuse:w:0xe2:m -U hfuse:w:0xdf:m -U efuse:w:0xf9:m 
+-> it failed but I answered y, then make reset and it was ok
+*/
+
 #include <aversive.h>
 #include <aversive/wait.h>