Skip to content

Commit

Permalink
[conf] fix ardrone2_sdk: all leds default to none
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 7, 2013
1 parent bc39559 commit 9b16d51
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions conf/boards/ardrone2_sdk.makefile
Expand Up @@ -32,3 +32,10 @@ $(TARGET).CFLAGS += -DUART1_DEV=\"/dev/ttyUSB0\"
ap.CFLAGS +=-DARDRONE2_SDK

# -----------------------------------------------------------------------

# default LED configuration
RADIO_CONTROL_LED ?= none
BARO_LED ?= none
AHRS_ALIGNER_LED ?= none
GPS_LED ?= none
SYS_TIME_LED ?= none

0 comments on commit 9b16d51

Please sign in to comment.