#ifndef _FOC_TASK_H__ #define _FOC_TASK_H__ #include "foc_type.h" void foc_task(motor_foc_t *foc); #endif /* _FOC_TASK_H__ */