URL:
  <http://savannah.nongnu.org/bugs/?28575>

                 Summary: Minor bug in iousb162.h - missing FUSE_ prefixes
                 Project: AVR C Runtime Library
            Submitted by: arcanum
            Submitted on: Tue 12 Jan 2010 03:36:35 PM MST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.7
           Fixed Release: None

    _______________________________________________________

Details:

>From WinAVR bug #2847690 (SourceForge):

iousb162.h, line 61:
#define LFUSE_DEFAULT (CKSEL0 & SUT1 & CKDIV8)
should be
#define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_SUT1 & FUSE_CKDIV8)

Also lines 72 (HFUSE_DEFAULT) and 79 (EFUSE_DEFAULT).
iousb82.h, iousb646.h, iousb647.h - same bug.





    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?28575>

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



_______________________________________________
AVR-libc-dev mailing list
AVR-libc-dev@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to