mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
Linux Ethernet device support
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
#if defined _WIN32
|
||||
#include "icsneo/platform/windows/pcap.h"
|
||||
// #elif defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
|
||||
// #include "icsneo/platform/posix/ftdi.h"
|
||||
#elif defined (__unix__) || (defined (__APPLE__) && defined (__MACH__))
|
||||
#include "icsneo/platform/posix/pcap.h"
|
||||
#else
|
||||
#warning "This platform is not supported by the PCAP driver"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user