Fix compilation warning

STM32 uses TP
This commit is contained in:
etrinh
2020-04-02 22:10:50 +02:00
parent ced8aa0a31
commit 0f99a4c969
4 changed files with 10 additions and 8 deletions

View File

@@ -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__