mirror of https://github.com/arendst/Tasmota.git
parent
ce4ef9d258
commit
9a1474c6b1
|
@ -24,7 +24,6 @@
|
||||||
* Function declarations
|
* Function declarations
|
||||||
\*********************************************************************************************/
|
\*********************************************************************************************/
|
||||||
|
|
||||||
/*
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -34,7 +33,6 @@ extern "C" {
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
*/
|
|
||||||
|
|
||||||
//#ifdef USE_KNX // Enabling this will fail compilation. It has no impact if not used. (20180417)
|
//#ifdef USE_KNX // Enabling this will fail compilation. It has no impact if not used. (20180417)
|
||||||
#include <esp-knx-ip.h>
|
#include <esp-knx-ip.h>
|
||||||
|
|
Loading…
Reference in New Issue