Index: RTC.h =================================================================== diff -u -r19a5e3f400a939c2d186fac59c89960088f2a4d1 -rc1cdf8965a4b1b913f939023b1b68fc48b0f06a5 --- RTC.h (.../RTC.h) (revision 19a5e3f400a939c2d186fac59c89960088f2a4d1) +++ RTC.h (.../RTC.h) (revision c1cdf8965a4b1b913f939023b1b68fc48b0f06a5) @@ -47,9 +47,9 @@ SELF_TEST_STATUS_T execRTCSelfTest( void ); -RTC_RAM_STATUS_T writeToRAM( U16 address, U16* data, U32 length ); +RTC_RAM_STATUS_T writeToRAM( U32 address, U08* data, U32 length ); -RTC_RAM_STATUS_T readFromRAM( U16 address, U32 length ); +RTC_RAM_STATUS_T readFromRAM( U32 address, U32 length ); RTC_RAM_STATUS_T getRTCRAMStatus( void );