Example #1
0
File: hardware.cpp Project: ADTL/g2
void hw_print_id(cmdObj_t *cmd) { text_print_str(cmd, fmt_id);}
Example #2
0
void hw_print_id(nvObj_t *nv) { text_print_str(nv, fmt_id);}
Example #3
0
void tx_print_str(nvObj_t *nv) { text_print_str(nv, fmt_str);}