diff options
Diffstat (limited to 'Projects/AVRISP/Lib/NVMTarget.c')
-rw-r--r-- | Projects/AVRISP/Lib/NVMTarget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Projects/AVRISP/Lib/NVMTarget.c b/Projects/AVRISP/Lib/NVMTarget.c index 9402b2b8a..10a911ff3 100644 --- a/Projects/AVRISP/Lib/NVMTarget.c +++ b/Projects/AVRISP/Lib/NVMTarget.c @@ -182,7 +182,6 @@ bool NVMTarget_ReadMemory(uint32_t ReadAddress, uint8_t* ReadBuffer, uint16_t Re * \param[in] WriteCommand Command to send to the device to write each memory byte
* \param[in] WriteAddress Start address to write to within the target's address space
* \param[in] WriteBuffer Buffer to source data from
- * \param[in] WriteSize Number of bytes to write
*
* \return Boolean true if the command sequence complete successfully
*/
|