mirror of
https://github.com/thelsing/knx.git
synced 2025-05-21 01:15:16 +02: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
|
#endif
|
||||||
protected: IPAddress mcastaddr;
|
protected: IPAddress mcastaddr;
|
||||||
protected: uint16_t _port;
|
protected: uint16_t _port;
|
||||||
|
#endif
|
||||||
protected: pin_size_t _rxPin = UART_PIN_NOT_DEFINED;
|
protected: pin_size_t _rxPin = UART_PIN_NOT_DEFINED;
|
||||||
protected: pin_size_t _txPin = UART_PIN_NOT_DEFINED;
|
protected: pin_size_t _txPin = UART_PIN_NOT_DEFINED;
|
||||||
#endif
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user