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

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

[avr-libc-dev] [bug #24634] eeprom_write_block() has its arguments rever


From: Robin Liang
Subject: [avr-libc-dev] [bug #24634] eeprom_write_block() has its arguments reversed in documentation.
Date: Thu, 23 Oct 2008 05:40:01 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.3) Gecko/2008101315 Ubuntu/8.10 (intrepid) Firefox/3.0.3

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

                 Summary: eeprom_write_block() has its arguments reversed in
documentation.
                 Project: AVR C Runtime Library
            Submitted by: robin_gnail
            Submitted on: Thu 23 Oct 2008 05:40:00 AM GMT
                Category: Documentation
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: libc code
                  Status: None
        Percent Complete: 0%
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.6.2
           Fixed Release: None

    _______________________________________________________

Details:

In <avr/eeprom.h> the function eeprom_write_block() is declared as
"eeprom_write_block (void *__dst, const void *__src, size_t __n)" but on the
documentation it's "eeprom_write_block(const void *pointer_ram, void
*pointer_eeprom, size_t n)". The documentation's first two arguments are the
other way around.




    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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