only set GPS_PORT and GPS_BAUD to default values in board files if not already defined

This commit is contained in:
Felix Ruess
2010-12-18 23:37:07 +01:00
parent d83ad04918
commit 85ef3c151b
+4
View File
@@ -29,5 +29,9 @@ ifndef MODEM_BAUD
MODEM_BAUD = B57600
endif
ifndef GPS_PORT
GPS_PORT=UART1
endif
ifndef GPS_BAUD
GPS_BAUD=B38400
endif