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: ralphdoncas...@gmail.com 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/ _______________________________________________ AVR-libc-dev mailing list AVR-libc-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/avr-libc-dev