We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2c3dd commit 4e96775Copy full SHA for 4e96775
bsp/beaglebone/drivers/serial.c
@@ -426,7 +426,7 @@ int rt_hw_serial_init(void)
426
config.stop_bits = STOP_BITS_1;
427
config.invert = NRZ_NORMAL;
428
serial3.ops = &am33xx_uart_ops;
429
- serial3.int_rx = &uart_3_int_rx;
+ serial3.int_rx = &uart3_int_rx;
430
serial3.config = config;
431
/* enable RX interrupt */
432
UART_IER_REG(uart3.base) = 0x01;
@@ -470,7 +470,7 @@ int rt_hw_serial_init(void)
470
config.parity = PARITY_NONE;
471
472
473
-
+
474
serial5.ops = &am33xx_uart_ops;
475
serial5.int_rx = &uart5_int_rx;
476
serial5.config = config;
0 commit comments