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 beeb408 commit e0d55e2Copy full SHA for e0d55e2
examples/platform/silabs/SoftwareFaultReports.cpp
@@ -26,10 +26,10 @@
26
#include <lib/support/CodeUtils.h>
27
#include <platform/CHIPDeviceLayer.h>
28
#include <platform/DiagnosticDataProvider.h>
29
-#include <uart.h>
30
31
// Macro to flush UART TX queue if enabled
32
#if SILABS_LOG_OUT_UART
+#include <uart.h>
33
#define SILABS_UART_FLUSH() uartFlushTxQueue()
34
#else
35
#define SILABS_UART_FLUSH() ((void) 0)
0 commit comments