SourceForge Ticket #38. Stray character in arch/avr/src/at90usb/at90usb_serial.c

This commit is contained in:
Gregory Nutt 2015-01-20 16:38:18 -06:00
parent 0aa1fdf021
commit cb1536499a
1 changed files with 1 additions and 1 deletions

View File

@ -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,