Skip to content

Commit 66d25a1

Browse files
committed
/cores/xmc/Uart.h: Fix typo.
Signed-off-by: zhanglinjing <[email protected]>
1 parent 26f9579 commit 66d25a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/xmc/Uart.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ typedef enum XMC_UART_MODE {
9090
class Uart : public HardwareSerial {
9191
public:
9292
XMC_UART_t *_XMC_UART_config;
93-
q Uart(XMC_UART_t *xmc_uart_config, RingBuffer *rx_buffer, RingBuffer *tx_buffer);
93+
Uart(XMC_UART_t *xmc_uart_config, RingBuffer *rx_buffer, RingBuffer *tx_buffer);
9494

9595
void begin(unsigned long);
9696
void begin(unsigned long baudrate, uint16_t config) override;

0 commit comments

Comments
 (0)