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:
parent
5dbfdaa17d
commit
a6e85d6ed8
16 changed files with 3045 additions and 6 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue