Added new Benito project, a simple modified USB-to-Serial bridge for the programming of AVRs using the official Arduino bootloader.

This commit is contained in:
Dean Camera 2009-07-23 10:39:10 +00:00
parent 5dbfdaa17d
commit a6e85d6ed8
16 changed files with 3045 additions and 6 deletions

View file

@ -95,7 +95,7 @@ int main(void)
if (Tx_Buffer.Elements)
CDC_Device_SendByte(&VirtualSerial_CDC_Interface, Buffer_GetElement(&Tx_Buffer));
/* Read bytes from the USART transmit buffer into the USART */
/* Load bytes from the USART transmit buffer into the USART */
if (Rx_Buffer.Elements)
Serial_TxByte(Buffer_GetElement(&Rx_Buffer));