mirror of
https://github.com/thelsing/knx.git
synced 2025-01-21 00:05:43 +01:00
Fix build error for missing variable if KNX_NETIF is not defined
This commit is contained in:
parent
4deead3342
commit
4cd733b86d
@ -128,9 +128,9 @@ public:
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user