mirror of
https://github.com/thelsing/knx.git
synced 2024-12-18 19:08:18 +01: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
|
||||
extern KnxFacade<EspPlatform, Bau57B0> knx;
|
||||
#elif ARDUINO_ARCH_ESP32
|
||||
<<<<<<< Updated upstream
|
||||
// predefined global instance for IP only
|
||||
extern KnxFacade<Esp32Platform, Bau57B0> knx;
|
||||
=======
|
||||
extern KnxFacade<Esp32Platform, Bau57B0> knx;
|
||||
#elif ARDUINO_ARCH_STM32
|
||||
// predefined global instance for TP only
|
||||
extern KnxFacade<Stm32Platform, Bau57B0> knx;
|
||||
>>>>>>> Stashed changes
|
||||
#elif __linux__
|
||||
// no predefined global instance
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user