Comms between MAX 10 FPGA and ST uP

Revision:
23:4b391cfd4f2d
Parent:
22:c47d4177d59c
Child:
24:551a996eb5c2
--- a/FPGA_bus.h	Tue Jun 23 11:39:07 2020 +0000
+++ b/FPGA_bus.h	Fri Jun 26 11:02:30 2020 +0000
@@ -83,9 +83,9 @@
 // error codes
 
 #define     NO_ERROR      0
-#define     BUS_FAIL_1  -30     // handshake_2 initially HIGH but should be LOW
-#define     BUS_FAIL_2  -31     // handshake_2 not transitioned to HIGH
-#define     BUS_FAIL_3  -32     // handshake_2 not transitioned to HIGH
+#define     BUS_FAIL_1  -31     // handshake_2 initially HIGH but should be LOW
+#define     BUS_FAIL_2  -32     // handshake_2 not transitioned to HIGH
+#define     BUS_FAIL_3  -33     // handshake_2 not transitioned to HIGH
 
 //////////////////////////////////////////////////////////////////////////
 // typedef structures