#ifndef _CIRCLE_LIMITATION_H__ #define _CIRCLE_LIMITATION_H__ #include "foc_type.h" void circle_limitation(dq_t *inout_vdq, float in_vbus, float svm_ration); #endif /*_CIRCLE_LIMITATION_H__ */