Update of bug #15113 (project avrdude):

                  Status:                    None => Fixed                  
             Assigned to:                    None => c_oflynn               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Ooops, finally got my hands on some hardware to test this.

It was a tiny error, of "safemode_fuse" vs. "safemodeafter_fuse". 

Fixed in CVS.

Index: main.c
===================================================================
RCS file: /sources/avrdude/avrdude/main.c,v
retrieving revision 1.111
diff -r1.111 main.c
1389c1389
<                            &safemodeafter_efuse, &safemode_fuse, pgm, p,
verbose) != 0) {
---
>                            &safemodeafter_efuse, &safemodeafter_fuse, pgm,
p, verbose) != 0) {


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15113>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/



_______________________________________________
avrdude-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to