Speed up bit-banged USART code in the AVRISP project.

Fix project text files to refer to "project" instead of "demo".
This commit is contained in:
Dean Camera 2009-12-15 11:12:38 +00:00
parent 2f6c096050
commit 4f74075fad
9 changed files with 59 additions and 55 deletions

View 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
* \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
*/