Index: firmware/App/Drivers/NVDriver.h =================================================================== diff -u -r1be7dc9ec7ae5a6576a4c841e3b22ac77aea8db8 -ra68c7679e493224bd41df72321d4c2537207234f --- firmware/App/Drivers/NVDriver.h (.../NVDriver.h) (revision 1be7dc9ec7ae5a6576a4c841e3b22ac77aea8db8) +++ firmware/App/Drivers/NVDriver.h (.../NVDriver.h) (revision a68c7679e493224bd41df72321d4c2537207234f) @@ -73,9 +73,9 @@ // ********** public function prototypes ********** void initNVDriver( void ); -void eraseSector( U32* startAddress ); -void writeSector( U32* startAddress, U08* bufferAddress, U32 bufferSize ); -void readSector( U32* startAddress, U32* bufferAddress, U32 bufferSize ); +void eraseSector( U32* recordFlashAddress ); +void writeSector( U32* recordFlashAddress, U08* bufferAddress, U32 bufferSize ); +void readSector( U32* recordFlashAddress, U32* bufferAddress, U32 bufferSize ); BOOL isFlashReady( void ); /**@}*/