We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2042f commit 7aeb6c3Copy full SHA for 7aeb6c3
examples/platform/silabs/SiWx917/uart.cpp
@@ -30,8 +30,8 @@ extern "C" {
30
#include <stddef.h>
31
#include <string.h>
32
33
-#define USART_BAUDRATE 115200 // Baud rate <9600-7372800>
34
-#define UART_CONSOLE_ERR -1 // Negative value in case of UART Console action failed. Triggers a failure for PW_RPC
+#define USART_BAUDRATE 115200 // Baud rate <9600-7372800>
+#define UART_CONSOLE_ERR -1 // Negative value in case of UART Console action failed. Triggers a failure for PW_RPC
35
#define UART_CONSOLE_SUCCESS 1 // Positive value if UART Console action is success.
36
37
sl_usart_handle_t usart_handle;
0 commit comments