We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e4082 commit 780b13fCopy full SHA for 780b13f
examples/platform/silabs/SiWx917/uart.cpp
@@ -26,8 +26,8 @@ extern "C" {
26
#endif
27
#include "assert.h"
28
#include "rsi_board.h"
29
-#include "uart.h"
30
#include "rsi_debug.h"
+#include "uart.h"
31
#include <stddef.h>
32
#include <string.h>
33
@@ -140,7 +140,7 @@ int16_t uartLogWrite(const char * log, uint16_t length)
140
Board_UARTPutChar('\r');
141
Board_UARTPutChar('\n');
142
143
- return length+2;
+ return length + 2;
144
}
145
146
/*
0 commit comments