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

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

[avr-libc-dev] [bug #18115] online documentation typo/bug


From: anonymous
Subject: [avr-libc-dev] [bug #18115] online documentation typo/bug
Date: Thu, 26 Oct 2006 09:40:16 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7

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

                 Summary: online documentation typo/bug
                 Project: AVR C Runtime Library
            Submitted by: None
            Submitted on: Thursday 10/26/2006 at 09:40 UTC
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
        Percent Complete: 0%
        Originator Email: address@hidden
             Open/Closed: Open

    _______________________________________________________

Details:

Found a little typo/bug in the online documentation:

http://www.nongnu.org/avr-libc/user-manual/group__avr__boot.html#gdaa352690ac1c82c535da9d8faf77590

To enable the write protection for the bootloader section it writes:

boot_lock_bits_set (_BV (BLB12));

but it has to be:

boot_lock_bits_set (_BV (BLB11));




    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
Available only the item webpage     | Originator Email




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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