diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 9e618f5d88..b79541f80d 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,11 @@ +2009-10-22 Ralf Corsépius + + * libchip/i2c/spi-flash-m25p40.c, libchip/i2c/spi-fram-fm25l256.c: + Use hex-constants to avoid implicit int-casts. + * libchip/i2c/spi-memdrv.c: + Use hex-constants to avoid implicit int-casts. + Use rtems_off64_t offsets to avoid loosing precision. + 2009-10-21 Sebastian Huber * libchip/serial/ns16550.c: Update for interrupt handler type change.