Use non-abbreviated XPROG/PDI/TPI constant names.

This commit is contained in:
Dean Camera 2013-10-27 22:36:02 +01:00
parent 560e5f75fb
commit 85141b37f9
5 changed files with 147 additions and 146 deletions

View file

@ -116,7 +116,8 @@
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);