Skip to content

Commit

Permalink
[piksi] makefile gps link
Browse files Browse the repository at this point in the history
  • Loading branch information
masierra committed Feb 5, 2016
1 parent 442f121 commit aaa0d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/firmwares/subsystems/shared/gps_piksi.makefile
Expand Up @@ -8,7 +8,7 @@ GPS_PORT_LOWER=$(shell echo $(GPS_PORT) | tr A-Z a-z)

ap.CFLAGS += -DUSE_GPS
ap.CFLAGS += -DUSE_$(GPS_PORT) -D$(GPS_PORT)_BAUD=B115200
ap.CFLAGS += -DGPS_LINK=$(GPS_PORT_LOWER)
ap.CFLAGS += -DPIKSI_GPS_LINK=$(GPS_PORT_LOWER)

ifneq ($(GPS_LED),none)
ap.CFLAGS += -DGPS_LED=$(GPS_LED)
Expand Down

0 comments on commit aaa0d2a

Please sign in to comment.