emcfanctloutputs.c | 620 bool smbusto = false; local in function:output_emcfan_smbusto 634 smbusto = (res & smbus_timeout[tindex].clear_mask) ? false : true; 639 mj_append_field(&obj, "smbus_timeout", "integer", (int64_t)smbusto); 647 printf("SMBUS timeout:%s\n",(smbusto ? "On" : "Off"));
|