mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 16:58:48 +08:00
only set GPS_PORT and GPS_BAUD to default values in board files if not already defined
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user