Skip to content

Commit

Permalink
PX4: start oreoled driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Mar 2, 2015
1 parent 43f3827 commit ab96e98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mk/PX4/ROMFS/init.d/rc.APM
Expand Up @@ -405,6 +405,12 @@ then
echo "Found batt_smbus"
fi

# optional oreo leds
if oreoled start
then
echo "oreoled started OK"
fi

if [ $BOARD == FMUv2 ]
then
# the ramtron on FMUv2 is very fast and can handle trillions of
Expand Down

0 comments on commit ab96e98

Please sign in to comment.