Skip to content

Commit

Permalink
Make wind estimator require GPS support
Browse files Browse the repository at this point in the history
It doesn't depend on NAV anymore, just GPS
  • Loading branch information
fiam committed May 27, 2018
1 parent ad6bccb commit b93ae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/navigation/navigation_wind_estimator.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include "platform.h"

#if defined(USE_NAV) && defined(USE_WIND_ESTIMATOR)
#if defined(USE_GPS) && defined(USE_WIND_ESTIMATOR)
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
Expand Down

0 comments on commit b93ae78

Please sign in to comment.