Speed up bit-banged USART code in the AVRISP project.
[pub/USBasp.git] / Projects / AVRISP / Lib / NVMTarget.c
index 9402b2b..10a911f 100644 (file)
@@ -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\r
  *  \param[in]  WriteAddress  Start address to write to within the target's address space\r
  *  \param[in]  WriteBuffer   Buffer to source data from\r
- *  \param[in]  WriteSize     Number of bytes to write\r
  *\r
  *  \return Boolean true if the command sequence complete successfully\r
  */\r