ethercat/rs232dbg/rs232dbg.h

8 lines
90 B
C

#ifndef RS232DBG_H
#define RS232DBG_H
void SDBG_print(const char *format, ...);
#endif