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 658c8f3 commit 7cb6cc7Copy full SHA for 7cb6cc7
bsp/qemu-vexpress-a9/drivers/drv_uart.c
@@ -58,7 +58,7 @@ struct rt_serial_device serial2;
58
struct rt_serial_device serial3;
59
#endif
60
61
-static const struct hw_uart_device _uart_device[] = {
+static struct hw_uart_device _uart_device[] = {
62
#if defined(BSP_USING_UART0)
63
{
64
REALVIEW_UART0_BASE,
bsp/qemu-vexpress-a9/drivers/drv_uart_v2.c
@@ -61,7 +61,7 @@ struct rt_serial_device serial2;
65
66
67
0 commit comments