1
0
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:
Gerry Stellenberg
2015-05-11 16:48:44 -05:00

View File

@@ -491,7 +491,7 @@ int PRHardwareWrite(uint8_t *buffer, int bytes)
#else // WIN32
#include <ftdi.h>
#include <libftdi1/ftdi.h>
static bool ftdiInitialized;
static ftdi_context ftdic;