avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #28575] Minor bug in iousb162.h - missing FUSE_ pref


From: Eric Weddington
Subject: [avr-libc-dev] [bug #28575] Minor bug in iousb162.h - missing FUSE_ prefixes
Date: Tue, 12 Jan 2010 22:36:36 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7 (.NET CLR 3.5.30729)

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]