Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/master' into rp2040_ip_r…
Browse files Browse the repository at this point in the history
…outing
  • Loading branch information
Ing-Dom committed Jan 9, 2024
2 parents 7dbe2b6 + c8685fa commit cedabdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2040_arduino_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ class RP2040ArduinoPlatform : public ArduinoPlatform
#endif
protected: IPAddress mcastaddr;
protected: uint16_t _port;
#endif
protected: pin_size_t _rxPin = UART_PIN_NOT_DEFINED;
protected: pin_size_t _txPin = UART_PIN_NOT_DEFINED;
#endif
};

#endif

0 comments on commit cedabdd

Please sign in to comment.