Files
TAIXIN/sdk/app/printer/printer.h

8 lines
78 B
C
Raw Normal View History

#ifndef _PRINTER_H_
#define _PRINTER_H_
void printer_thread_init();
#endif