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 f47bfeb commit 7cef0e3Copy full SHA for 7cef0e3
drivers/serial/uart_cc23x0.c
@@ -307,7 +307,7 @@ static void uart_cc23x0_isr(const struct device *dev)
307
308
#endif /* CONFIG_UART_INTERRUPT_DRIVEN */
309
310
-static const struct uart_driver_api uart_cc23x0_driver_api = {
+static DEVICE_API(uart, uart_cc23x0_driver_api) = {
311
.poll_in = uart_cc23x0_poll_in,
312
.poll_out = uart_cc23x0_poll_out,
313
.err_check = uart_cc23x0_err_check,
0 commit comments