move #endif

This commit is contained in:
Thomas Kunze 2019-12-27 10:47:22 +01:00
parent 6ae000482f
commit 02a24ea3b8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#include "knx_ip_dib.h"
#ifdef USE_IP
DIB::DIB(uint8_t* data) : _data(data)
{}
@ -13,3 +13,4 @@ uint8_t DIB::length()
{
return *_data;
}
#endif

View File

@ -992,8 +992,6 @@ void delayMicroseconds(unsigned int howLong)
}
}
#endif
void LinuxPlatform::setupUniCast(uint32_t addr, uint16_t port, uint8_t type)
{
if (_unicastSocketFd >= 0)
@ -1106,3 +1104,4 @@ uint32_t LinuxPlatform::currentDefaultGateway()
{
return _defaultGateway;
}
#endif