mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_serial.c
This commit is contained in:
parent
723b7fc430
commit
8a48b3890f
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ static bool usart1_txempty(struct uart_dev_s *dev);
|
|||
****************************************************************************/
|
||||
|
||||
struct uart_ops_s g_uart1_ops =
|
||||
{O
|
||||
{
|
||||
.setup = usart1_setup,
|
||||
.shutdown = usart1_shutdown,
|
||||
.attach = usart1_attach,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue