We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e80a93d commit f123c4fCopy full SHA for f123c4f
hal/nrf54l.c
@@ -37,7 +37,7 @@
37
38
/* UART */
39
40
-#ifdef DEBUG_UART
+#if defined(DEBUG_UART) || (UART_FLASH)
41
42
#define UART_WRITE_BUF_SIZE 128
43
@@ -134,7 +134,7 @@ void uart_write(const char* buf, unsigned int sz)
134
uart_write_device(DEVICE_MONITOR, buf, sz);
135
}
136
137
-#endif /* DEBUG_UART */
+#endif /* DEBUG_UART || UART_FLASH */
138
139
#if (defined DEBUG_UART || UART_FLASH)
140
#define UART_RX_TIMEOUT 1000000UL
0 commit comments