Browse Source

PX4: start oreoled driver

master
Randy Mackay 10 years ago
parent
commit
ab96e98815
  1. 6
      mk/PX4/ROMFS/init.d/rc.APM

6
mk/PX4/ROMFS/init.d/rc.APM

@ -405,6 +405,12 @@ then
echo "Found batt_smbus" echo "Found batt_smbus"
fi fi
# optional oreo leds
if oreoled start
then
echo "oreoled started OK"
fi
if [ $BOARD == FMUv2 ] if [ $BOARD == FMUv2 ]
then then
# the ramtron on FMUv2 is very fast and can handle trillions of # the ramtron on FMUv2 is very fast and can handle trillions of

Loading…
Cancel
Save