bugAVR C Runtime Library - Bugs: bug #24634, eeprom_write_block() has its...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #24634: eeprom_write_block() has its arguments reversed in documentation.

Submitter:  Robin Liang <robin_gnail>
Submitted:  Thu 23 Oct 2008 05:40:00 AM UTC
   
 
Category:  Documentation Severity:  3 - Normal
Priority:  5 - Normal Item Group:  libc code
Status:  Duplicate Assigned to:  dmix
Percent Complete:  0% Open/Closed:  Closed
Release:  1.6.2 Fixed Release:  None

Mon 03 Nov 2008 08:51:58 PM UTC, comment #1: 

Duplicate for bug #22828

Joerg Wunsch <joerg_wunsch>
Group administrator
Thu 23 Oct 2008 05:40:00 AM UTC, original submission:  

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.

Robin Liang <robin_gnail>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by joerg_wunsch (Posted a comment)
  • -email is unavailable- added by robin_gnail (Submitted the item)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2008-11-03 joerg_wunsch StatusNone Duplicate
        Assigned toNone dmix
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code