From 461eff25d58421c5054159ee55f167299ebd3039 Mon Sep 17 00:00:00 2001 From: Grant Morphett Date: Sun, 11 Oct 2015 17:55:02 +1100 Subject: [PATCH] Rover: Fixed a build issue on Windows with the new RPM library The AP_RPM library needed to be added to make.inc for the sitl build to work correctly on Windows. Thanks to Zach for solving the issue in this discussion http://diydrones.com/group/ardurover-user-group/forum/topics/rover-sitl-build-failed?commentId=705844%3AComment%3A2109049&xg_source=msg_com_gr_forum --- APMrover2/make.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/APMrover2/make.inc b/APMrover2/make.inc index fcb50680ad..94aff52cea 100644 --- a/APMrover2/make.inc +++ b/APMrover2/make.inc @@ -54,4 +54,5 @@ LIBRARIES += AP_BattMonitor LIBRARIES += AP_OpticalFlow LIBRARIES += AP_RSSI LIBRARIES += AP_Declination +LIBRARIES += AP_RPM