Enable the driver as default for boards having it

This commit is contained in:
Lorenz Meier
2014-05-29 13:52:29 +02:00
parent 17d8e2a166
commit 0c2e70d30f
+6 -2
View File
@@ -93,15 +93,19 @@ then
# #
if rgbled start if rgbled start
then then
echo "[init] Using external RGB Led" echo "[init] RGB Led"
else else
if blinkm start if blinkm start
then then
echo "[init] Using blinkm" echo "[init] BlinkM"
blinkm systemstate blinkm systemstate
fi fi
fi fi
if pca8574 start
then
fi
# #
# Set default values # Set default values
# #