Skip to content

Commit

Permalink
Notify: enable OreoLED by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jace A Mogill authored and jschall committed Mar 6, 2015
1 parent c922464 commit 6425759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Notify/AP_Notify.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <OreoLED_PX4.h>

#ifndef OREOLED_ENABLED
# define OREOLED_ENABLED 0 // set to 1 to enable OreoLEDs
# define OREOLED_ENABLED 1 // set to 1 to enable OreoLEDs
#endif

#if CONFIG_HAL_BOARD == HAL_BOARD_PX4
Expand Down

0 comments on commit 6425759

Please sign in to comment.