Skip to content

Commit

Permalink
[gps] update piksi driver
Browse files Browse the repository at this point in the history
  • Loading branch information
fvantienen committed Sep 13, 2015
1 parent c9518bf commit b1246de
Show file tree
Hide file tree
Showing 4 changed files with 164 additions and 215 deletions.
2 changes: 1 addition & 1 deletion conf/firmwares/subsystems/fixedwing/gps_piksi.makefile
Expand Up @@ -20,7 +20,7 @@ ap.CFLAGS += -DGPS_TYPE_H=\"subsystems/gps/gps_piksi.h\"
ap.srcs += $(SRC_SUBSYSTEMS)/gps/gps_piksi.c

# libsbp
ap.CFLAGS += -I$(PAPARAZZI_SRC)/sw/ext/libsbp/c/include/libsbp
ap.CFLAGS += -I$(PAPARAZZI_SRC)/sw/ext/libsbp/c/include
ap.srcs += $(PAPARAZZI_SRC)/sw/ext/libsbp/c/src/sbp.c $(PAPARAZZI_SRC)/sw/ext/libsbp/c/src/edc.c

sim.CFLAGS += -DUSE_GPS -DGPS_USE_LATLONG
Expand Down
1 change: 0 additions & 1 deletion conf/firmwares/subsystems/rotorcraft/gps_piksi.makefile
Expand Up @@ -21,7 +21,6 @@ ap.srcs += $(SRC_SUBSYSTEMS)/gps/gps_piksi.c

# libsbp
ap.CFLAGS += -I$(PAPARAZZI_SRC)/sw/ext/libsbp/c/include
ap.CFLAGS += -I$(PAPARAZZI_SRC)/sw/ext/libsbp/c/include/libsbp
ap.srcs += $(PAPARAZZI_SRC)/sw/ext/libsbp/c/src/sbp.c $(PAPARAZZI_SRC)/sw/ext/libsbp/c/src/edc.c

nps.CFLAGS += -DUSE_GPS
Expand Down

0 comments on commit b1246de

Please sign in to comment.