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/



_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev

Reply via email to