mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 16:51:52 -04:00
13 lines
228 B
C++
13 lines
228 B
C++
--- src/ftdispi.cpp.orig 2020-12-29 13:50:17 UTC
|
|
+++ src/ftdispi.cpp
|
|
@@ -8,6 +8,10 @@
|
|
#include "ftdipp_mpsse.hpp"
|
|
#include "ftdispi.hpp"
|
|
|
|
+#ifndef ETIME
|
|
+#define ETIME 9935
|
|
+#endif
|
|
+
|
|
/*
|
|
* SCLK -> ADBUS0
|
|
* MOSI -> ADBUS1
|