Add Doxygen documentation to the completed portions of the PDI programming protocol...
[pub/USBasp.git] / Projects / AVRISP / Lib / NVMTarget.h
index 7fde845..b43967f 100644 (file)
                void     NVMTarget_SendNVMRegAddress(uint8_t Register);\r
                void     NVMTarget_SendAddress(uint32_t AbsoluteAddress);\r
                bool     NVMTarget_WaitWhileNVMControllerBusy(void);\r
-               uint32_t NVMTarget_GetMemoryCRC(uint8_t MemoryCommand);\r
+               uint32_t NVMTarget_GetMemoryCRC(uint8_t CRCCommand);\r
                void     NVMTarget_ReadMemory(uint32_t ReadAddress, uint8_t* ReadBuffer, uint16_t ReadSize);\r
                void     NVMTarget_EraseMemory(uint8_t EraseCommand, uint32_t Address);\r
 \r