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

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

[avr-libc-dev] [bug #42084] wrong LFUSE_DEFAULT in iotn84a.h


From: anonymous
Subject: [avr-libc-dev] [bug #42084] wrong LFUSE_DEFAULT in iotn84a.h
Date: Thu, 10 Apr 2014 01:11:24 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0

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

                 Summary: wrong LFUSE_DEFAULT in iotn84a.h
                 Project: AVR C Runtime Library
            Submitted by: None
            Submitted on: Thu 10 Apr 2014 01:11:23 AM UTC
                Category: Header
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Header files
                  Status: None
        Percent Complete: 0%
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.8.0
           Fixed Release: None

    _______________________________________________________

Details:

#define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_SUT0 & FUSE_CKDIV8)
doesn't match datasheet table 19-5.

It should be the same as iotn84.h:
#define LFUSE_DEFAULT (FUSE_CKSEL0 & FUSE_CKSEL2 & FUSE_CKSEL3 & FUSE_SUT0 &
FUSE_CKDIV8)





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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