Skip to content

Commit

Permalink
Merge pull request #270 from mgeramb/FixBuildErrorIfKNX_NETIFisNotDef…
Browse files Browse the repository at this point in the history
…ined

Fix build error for missing variable if KNX_NETIF is not defined
  • Loading branch information
thelsing authored Jan 2, 2024
2 parents 4deead3 + 4cd733b commit c8685fa
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 c8685fa

Please sign in to comment.