arm_joint_sensor/devices/log.h

7 lines
98 B
C
Raw Permalink Normal View History

#ifndef _LOG_H_
#define _LOG_H_
void _dbg_printf(const char *format, ...);
#endif /* _LOG_H_ */