mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
POSIX: FTDI: Use libusb include directory
This allows for the same include to be used on macOS
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#include "libusb-1.0/libusb.h"
|
||||
#include "icsneo/platform/ftdi.h"
|
||||
#include <iostream>
|
||||
#include <stdio.h>
|
||||
@@ -6,6 +5,7 @@
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
#include <algorithm>
|
||||
#include <libusb.h>
|
||||
|
||||
using namespace icsneo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user