Attention is currently required from: fixeria.
Patch set 1:Code-Review +1
1 comment:
File src/host/trxcon/src/trx_if.c:
Patch Set #1, Line 651: if ((buf[0] >> 4) != 0) {
if (buf[0] & 0xf0) { } sounds far more easy to follow imho.
To view, visit change 30290. To unsubscribe, or for help writing mail filters, visit settings.