Use non-abbreviated XPROG/PDI/TPI constant names.
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / XPROG / XMEGANVM.h
index c8450cb..37329cc 100644 (file)
                bool XMEGANVM_GetMemoryCRC(const uint8_t CRCCommand,
                                               uint32_t* const CRCDest);
                bool XMEGANVM_ReadMemory(const uint32_t ReadAddress,
-                                        uint8_t* ReadBuffer, uint16_t ReadSize);
+                                        uint8_t* ReadBuffer,
+                                        uint16_t ReadSize);
                bool XMEGANVM_WriteByteMemory(const uint8_t WriteCommand,
                                              const uint32_t WriteAddress,
                                              const uint8_t Byte);