only set GPS_PORT and GPS_BAUD to default values in board files if not already defined, for lisa-l

This commit is contained in:
Felix Ruess
2010-12-19 00:08:05 +01:00
parent 85ef3c151b
commit 3e4ba71e63
+4
View File
@@ -50,8 +50,12 @@ endif
AHRS_ALIGNER_LED = 7
ifndef GPS_PORT
GPS_PORT=UART1
endif
ifndef GPS_BAUD
GPS_BAUD=B38400
endif
GPS_LED = 3
#