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

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

[avr-libc-commit] avr-libc/include/avr eeprom.h


From: Dmitry Xmelkov
Subject: [avr-libc-commit] avr-libc/include/avr eeprom.h
Date: Sat, 13 Dec 2008 04:19:35 +0000

CVSROOT:        /sources/avr-libc
Module name:    avr-libc
Changes by:     Dmitry Xmelkov <dmix>   08/12/13 04:19:35

Modified files:
        include/avr    : eeprom.h 

Log message:
        Fix for bug #25048: eeprom.h will not compile as c++ code.
        Undo (partially) the rev 1.27 (before 2008-08-19), eeprom_read_byte():
        cast operation of address into 16-bit integer regardless of EEPROM 
size. 
        Change (this is cosmetic) the (unsigned) cast to (size_t) cast in both
        byte functions.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/avr-libc/include/avr/eeprom.h?cvsroot=avr-libc&r1=1.29&r2=1.30




reply via email to

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