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 90172d5 commit dac348dCopy full SHA for dac348d
source/hic_hal/nxp/lpc4322/DAP_config.h
@@ -101,7 +101,9 @@ typedef unsigned int BOOL;
101
102
/// Indicate that UART Serial Wire Output (SWO) trace is available.
103
/// This information is returned by the command \ref DAP_Info as part of <b>Capabilities</b>.
104
+#if !defined(SWO_UART)
105
#define SWO_UART 0 ///< SWO UART: 1 = available, 0 = not available
106
+#endif
107
108
/// USART Driver instance number for the UART SWO.
109
#define SWO_UART_DRIVER 0 ///< USART Driver instance number (Driver_USART#).
0 commit comments