Attention is currently required from: laforge, fixeria.
Patch set 2:Code-Review +1
2 comments:
File src/host/trxcon/src/trxcon_inst.c:
Patch Set #2, Line 31: extern int g_logc_l1c;
you could even just store an array here and use it internally:
#define LOGFOOBAR()
LOGP(g_log_cat[TRXCON_LOGC_L1C], "foobar")....
Patch Set #2, Line 51: schc = logc[i];
so this two aren't used?
To view, visit change 30101. To unsubscribe, or for help writing mail filters, visit settings.