This commit is contained in:
zhouhuang 2024-12-05 11:28:59 +08:00
parent 1c0051e4da
commit 3d72b2af4a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#if defined(USE_TWINCAT_ROUTER) #if defined(USE_TWINCAT_ROUTER)
#include "TwinCAT/AdsDef.h" #include "TwinCAT/AdsDef.h"
#else #else
#include "standalone/AdsDef.h" #include "Standalone/AdsDef.h"
#endif #endif
#include <iosfwd> #include <iosfwd>

View File

@ -8,7 +8,7 @@
#if defined(USE_TWINCAT_ROUTER) #if defined(USE_TWINCAT_ROUTER)
#include "TwinCAT/AdsLib.h" #include "TwinCAT/AdsLib.h"
#else #else
#include "standalone/AdsLib.h" #include "Standalone/AdsLib.h"
#endif #endif
#include "Sockets.h" #include "Sockets.h"