mirror of https://github.com/ArduPilot/ardupilot
AP_RobotisServo: omit code that breaks build for herepro
This commit is contained in:
parent
1ffc18006b
commit
347872f6d6
|
@ -41,6 +41,8 @@
|
|||
|
||||
#include "AP_RobotisServo.h"
|
||||
|
||||
#if NUM_SERVO_CHANNELS
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
#define BROADCAST_ID 0xFE
|
||||
|
@ -457,3 +459,4 @@ void AP_RobotisServo::update()
|
|||
send_command(i+1, REG_GOAL_POSITION, value, 4);
|
||||
}
|
||||
}
|
||||
#endif //NUM_SERVO_CHANNELS
|
||||
|
|
Loading…
Reference in New Issue