Files
ports/cad/openfpgaloader/files/patch-src_lattice.cpp
T
Yuri Victorovich 9287361397 cad/openfpgaloader: update 1.0.0 → 1.1.0
Reported by:	portscout
2026-03-02 11:20:15 -08:00

14 lines
267 B
C++

--- src/lattice.cpp.orig 2026-03-01 10:27:31 UTC
+++ src/lattice.cpp
@@ -27,6 +27,10 @@
#include "part.hpp"
#include "spiFlash.hpp"
+#ifndef ETIME
+#define ETIME 9935
+#endif
+
using namespace std;
#define ISC_ENABLE 0xC6 /* ISC_ENABLE - Offline Mode */