Skip to content

Commit 0bef3da

Browse files
committed
Fix - ESP8266, RPICOW builds
1 parent 68206b8 commit 0bef3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/uart/drivers/drvUartPm25.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class drvUartPm25 : public drvUartBase {
5757
drvUartPm25(SoftwareSerial *sw_serial,
5858
wippersnapper_uart_UartDeviceType device_type,
5959
const char *driver_name, uint32_t port_num)
60-
: drvUartBase(sw_serial, device_type, driver_name, port_num) {
60+
: drvUartBase(sw_serial, driver_name, port_num) {
6161
// Handled by drvUartBase constructor
6262
}
6363
#endif // HAS_SW_SERIAL

0 commit comments

Comments
 (0)