mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 23:49:00 +08:00
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:
@@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user