mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_serial.c
This commit is contained in:
@@ -106,7 +106,7 @@ static bool usart1_txempty(struct uart_dev_s *dev);
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
struct uart_ops_s g_uart1_ops =
|
struct uart_ops_s g_uart1_ops =
|
||||||
{O
|
{
|
||||||
.setup = usart1_setup,
|
.setup = usart1_setup,
|
||||||
.shutdown = usart1_shutdown,
|
.shutdown = usart1_shutdown,
|
||||||
.attach = usart1_attach,
|
.attach = usart1_attach,
|
||||||
|
|||||||
Reference in New Issue
Block a user