#ifndef __POS_H__ #define __POS_H__ #include "ch.h" #include "hal.h" void start_position_thread(module_conf_t *conf); #endif