diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-14 07:06:30 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-14 07:06:30 +0000 |
| commit | bb3879331211a19c3adc3927cac870cc7e36b775 (patch) | |
| tree | 2e304d592fdadfc8d8f68b1ef5dec5b2be122e2d /Projects/AVRISP/Lib/NVMTarget.h | |
| parent | f3e4fbe5126fc8edf40a0b0ace2d3437ee988d2e (diff) | |
| download | lufa-bb3879331211a19c3adc3927cac870cc7e36b775.tar.gz lufa-bb3879331211a19c3adc3927cac870cc7e36b775.tar.bz2 lufa-bb3879331211a19c3adc3927cac870cc7e36b775.zip | |
Add Doxygen documentation to the completed portions of the PDI programming protocol in the AVRISP project.
Diffstat (limited to 'Projects/AVRISP/Lib/NVMTarget.h')
| -rw-r--r-- | Projects/AVRISP/Lib/NVMTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/NVMTarget.h b/Projects/AVRISP/Lib/NVMTarget.h index 7fde84538..b43967f99 100644 --- a/Projects/AVRISP/Lib/NVMTarget.h +++ b/Projects/AVRISP/Lib/NVMTarget.h @@ -109,7 +109,7 @@ void NVMTarget_SendNVMRegAddress(uint8_t Register);
void NVMTarget_SendAddress(uint32_t AbsoluteAddress);
bool NVMTarget_WaitWhileNVMControllerBusy(void);
- uint32_t NVMTarget_GetMemoryCRC(uint8_t MemoryCommand);
+ uint32_t NVMTarget_GetMemoryCRC(uint8_t CRCCommand);
void NVMTarget_ReadMemory(uint32_t ReadAddress, uint8_t* ReadBuffer, uint16_t ReadSize);
void NVMTarget_EraseMemory(uint8_t EraseCommand, uint32_t Address);
|
