mirror of
https://github.com/thelsing/knx.git
synced 2026-03-13 02:22:13 +01:00
Fix compilation warning
STM32 uses TP
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
// predefined global instance for IP only
|
||||
KnxFacade<Esp32Platform, Bau57B0> knx;
|
||||
#elif ARDUINO_ARCH_STM32
|
||||
KnxFacade<Stm32Platform, Bau57B0> knx;
|
||||
KnxFacade<Stm32Platform, Bau07B0> knx;
|
||||
// no predefined global instance
|
||||
#define ICACHE_RAM_ATTR
|
||||
#elif __linux__
|
||||
|
||||
Reference in New Issue
Block a user