This commit is contained in:
maliakal_d 2021-07-12 16:32:55 +02:00
parent ff4ca4af6c
commit f9feabaacf

View File

@ -485,7 +485,7 @@ int Beb_SetDataStream(int left, int enable) {
else else
value &= ~mask; value &= ~mask;
u_int32_t retval = Beb_Write32(csp0base, reg, value); u_int32_t retval = Beb_Write32(csp0base, reg, value);
/f (retval != value) { if (retval != value) {
LOG(logERROR, LOG(logERROR,
("Could not %s %s fpga datastream. Wrote 0x%x, read 0x%x\n", ("Could not %s %s fpga datastream. Wrote 0x%x, read 0x%x\n",
(enable ? "enable" : "disable"), (left ? "left" : "right"), (enable ? "enable" : "disable"), (left ? "left" : "right"),