uartrotation pointed to the wrong directory for the stereoprotocol

This commit is contained in:
Roland Meertens
2015-10-29 15:14:03 +01:00
parent 2715cd6197
commit 9e5b9c9cfd
+1 -1
View File
@@ -10,7 +10,7 @@
<init fun="uart_rotation_init()"/> <init fun="uart_rotation_init()"/>
<makefile> <makefile>
<file name="uartrotation.c"/> <file name="uartrotation.c"/>
<file name="stereoprotocol.c" dir="subsystems/sensors"/> <file name="stereoprotocol.c" dir="subsystems"/>
<raw> <raw>
ODROID_GPS_PORT_LOWER=$(shell echo $(GPS_PORT) | tr A-Z a-z) ODROID_GPS_PORT_LOWER=$(shell echo $(GPS_PORT) | tr A-Z a-z)
ap.CFLAGS += -DUSE_$(GPS_PORT) -D$(GPS_PORT)_BAUD=$(GPS_BAUD) ap.CFLAGS += -DUSE_$(GPS_PORT) -D$(GPS_PORT)_BAUD=$(GPS_BAUD)