pecanpico10/tracker/software/threads/rxtx/position.h

9 wiersze
121 B
C

#ifndef __POS_H__
#define __POS_H__
#include "types.h"
void start_position_thread(const thd_pos_conf_t *conf);
#endif