Use non-abbreviated XPROG/PDI/TPI constant names.
This commit is contained in:
parent
560e5f75fb
commit
85141b37f9
5 changed files with 147 additions and 146 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue