[piksi] makefile gps link

This commit is contained in:
masierra
2016-01-28 11:53:14 -08:00
parent 442f1211b9
commit aaa0d2a259
@@ -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)