From df350c14b6e18ba82d033307b050fd107b83192e Mon Sep 17 00:00:00 2001 From: Olivier Matz Date: Thu, 31 Oct 2013 19:42:38 +0100 Subject: [PATCH] save fuse prog line in a comment --- main.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main.c b/main.c index 81ac65b..4b1bbc3 100644 --- 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 #include -- 2.20.1