mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Merge pull request #9 from tomlogic/dev
correct #include path to ftdi.h from libftdi1
This commit is contained in:
@@ -491,7 +491,7 @@ int PRHardwareWrite(uint8_t *buffer, int bytes)
|
|||||||
|
|
||||||
#else // WIN32
|
#else // WIN32
|
||||||
|
|
||||||
#include <ftdi.h>
|
#include <libftdi1/ftdi.h>
|
||||||
|
|
||||||
static bool ftdiInitialized;
|
static bool ftdiInitialized;
|
||||||
static ftdi_context ftdic;
|
static ftdi_context ftdic;
|
||||||
|
|||||||
Reference in New Issue
Block a user