#include "device/motor_rm.h" #include "component/pid.h" #include "module/up.h" int8_t UP_Init(UP_t *up) { return DEVICE_OK; }