-#define TRBNET_VERSION "4.42"
+#define TRBNET_VERSION "4.43"
#ifdef ETRAX
const char trbnet_version[] = "Revision " TRBNET_VERSION " Local Etrax";
return status;
}
-#ifdef PEXOR
+/* NOT TRB3 */
+#ifdef PEXOR
int fpga_register_read_mem(uint32_t reg_address,
uint32_t* data,
unsigned int size)
return 0;
}
-#else /* NOT TRB3 */
-
+#else
+/* TRB3 */
int trb_ipu_data_read(uint8_t type,
uint8_t trg_info,
uint8_t trg_random,
return -1;
}
- sleep(8);
+ sleep(2);
return status;
}