mirror of
https://github.com/thelsing/knx.git
synced 2025-04-23 01:16:29 +02:00
fix bad commit
This commit is contained in:
parent
147a3942ad
commit
34df27ee87
@ -334,14 +334,11 @@ template <class P, class B> class KnxFacade : private SaveRestore
|
|||||||
// predefined global instance for IP only
|
// predefined global instance for IP only
|
||||||
extern KnxFacade<EspPlatform, Bau57B0> knx;
|
extern KnxFacade<EspPlatform, Bau57B0> knx;
|
||||||
#elif ARDUINO_ARCH_ESP32
|
#elif ARDUINO_ARCH_ESP32
|
||||||
<<<<<<< Updated upstream
|
|
||||||
// predefined global instance for IP only
|
// predefined global instance for IP only
|
||||||
extern KnxFacade<Esp32Platform, Bau57B0> knx;
|
extern KnxFacade<Esp32Platform, Bau57B0> knx;
|
||||||
=======
|
|
||||||
extern KnxFacade<Esp32Platform, Bau57B0> knx;
|
|
||||||
#elif ARDUINO_ARCH_STM32
|
#elif ARDUINO_ARCH_STM32
|
||||||
extern KnxFacade<Stm32Platform, Bau57B0> knx;
|
// predefined global instance for TP only
|
||||||
>>>>>>> Stashed changes
|
extern KnxFacade<Stm32Platform, Bau57B0> knx;
|
||||||
#elif __linux__
|
#elif __linux__
|
||||||
// no predefined global instance
|
// no predefined global instance
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user