Skip to content

Commit

Permalink
only GPS_PORT and GPS_BAUD to default values if not already set
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Dec 18, 2010
1 parent 7410049 commit d83ad04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions conf/boards/booz_1.0.makefile
Expand Up @@ -34,6 +34,10 @@ endif

AHRS_ALIGNER_LED = 3

ifndef GPS_PORT
GPS_PORT=UART0
endif
ifndef GPS_BAUD
GPS_BAUD=B38400
endif
GPS_LED=4

0 comments on commit d83ad04

Please sign in to comment.