Attention is currently required from: Thomas Heijligen, Edward O'Callaghan.
1 comment:
File util/flashchips_db_jsoniser/main.c:
static char *decode_test_state(enum test_state ts)
{
switch (ts) {
case OK: return "OK";
case NT: return "NT";
case BAD: return "BAD";
case DEP: return "DEP";
case NA: return "NA";
}
return NULL;
};
static char *decode_cmdset(int cmdset)
{
switch (cmdset) {
case SPI25: return "SPI25";
case SPI_EDI: return "SPI_EDI";
}
return NULL;
}
No. […]
Ack
To view, visit change 74065. To unsubscribe, or for help writing mail filters, visit settings.