mirror of https://github.com/ArduPilot/ardupilot
GCS_MAVLink: remove dummy functions; examples are linked with all libs
This commit is contained in:
parent
b15d72ddce
commit
1fc82442a0
|
@ -123,10 +123,4 @@ void loop(void)
|
|||
hal.scheduler->delay(1000);
|
||||
}
|
||||
|
||||
/* dummy methods to avoid having to link against AP_Camera */
|
||||
void AP_Camera::control_msg(mavlink_message_t const*) {}
|
||||
void AP_Camera::configure(float, float, float, float, float, float, float) {}
|
||||
void AP_Camera::control(float, float, float, float, float, float) {}
|
||||
/* end dummy methods to avoid having to link against AP_Camera */
|
||||
|
||||
AP_HAL_MAIN();
|
||||
|
|
Loading…
Reference in New Issue