servoMotor/APP/Device/Device_speed/servoMotor_recv.h

17 lines
274 B
C

#ifndef __SERVOMOTOR_RECV_H_
#define __SERVOMOTOR_RECV_H_
#include "ptz_type_select.h"
#include "bsp_os.h"
#ifdef PTZ_SERVO_MOTOR
extern BSP_OS_SEM g_horiMotorMutex;
extern BSP_OS_SEM g_vertMotorMutex;
void Init_ServoMotorRecv(void);
#endif
#endif