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 ae486de commit 099331eCopy full SHA for 099331e
tests/drivers/uart/uart_basic_api/src/test_uart_config.c
@@ -25,7 +25,6 @@
25
*/
26
27
#include "test_uart.h"
28
-struct uart_config uart_cfg_check;
29
const struct uart_config uart_cfg = {
30
.baudrate = 115200,
31
.parity = UART_CFG_PARITY_NONE,
@@ -58,6 +57,7 @@ static int test_configure(void)
58
57
/* test UART configure get (retrieve configuration) */
59
static int test_config_get(void)
60
{
+ struct uart_config uart_cfg_check;
61
const struct device *const uart_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_console));
62
63
if (!device_is_ready(uart_dev)) {
0 commit comments