Skip to content

Commit

Permalink
[modules] fix gps_ublox for fixedwings
Browse files Browse the repository at this point in the history
Thanks Helge for finding and reporting this.
  • Loading branch information
flixr committed Jun 21, 2016
1 parent 75540f1 commit c9a9340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/modules/gps_ublox.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
<file name="gps.c" dir="subsystems"/>
<file name="gps_ubx.c" dir="subsystems/gps"/>
<define name="USE_GPS"/>
<!-- only for fixedwings -->
<!--define name="GPS_USE_LATLONG"/-->
<define name="GPS_USE_LATLONG"/>
<raw>
UBX_GPS_PORT_LOWER=$(shell echo $(GPS_PORT) | tr A-Z a-z)
ap.CFLAGS += -DGPS_TYPE_H=\"subsystems/gps/gps_ubx.h\"
Expand All @@ -38,6 +37,7 @@
<file name="gps.c" dir="subsystems"/>
<file name="gps_sim_nps.c" dir="subsystems/gps"/>
<define name="USE_GPS"/>
<define name="GPS_USE_LATLONG"/>
<raw>
nps.CFLAGS += -DGPS_TYPE_H=\"subsystems/gps/gps_sim_nps.h\"
</raw>
Expand Down

0 comments on commit c9a9340

Please sign in to comment.