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 68206b8 commit 0bef3daCopy full SHA for 0bef3da
src/components/uart/drivers/drvUartPm25.h
@@ -57,7 +57,7 @@ class drvUartPm25 : public drvUartBase {
57
drvUartPm25(SoftwareSerial *sw_serial,
58
wippersnapper_uart_UartDeviceType device_type,
59
const char *driver_name, uint32_t port_num)
60
- : drvUartBase(sw_serial, device_type, driver_name, port_num) {
+ : drvUartBase(sw_serial, driver_name, port_num) {
61
// Handled by drvUartBase constructor
62
}
63
#endif // HAS_SW_SERIAL
0 commit comments