We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f9579 commit 66d25a1Copy full SHA for 66d25a1
cores/xmc/Uart.h
@@ -90,7 +90,7 @@ typedef enum XMC_UART_MODE {
90
class Uart : public HardwareSerial {
91
public:
92
XMC_UART_t *_XMC_UART_config;
93
- q Uart(XMC_UART_t *xmc_uart_config, RingBuffer *rx_buffer, RingBuffer *tx_buffer);
+ Uart(XMC_UART_t *xmc_uart_config, RingBuffer *rx_buffer, RingBuffer *tx_buffer);
94
95
void begin(unsigned long);
96
void begin(unsigned long baudrate, uint16_t config) override;
0 commit comments