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:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user