Fixed empty function error

This commit is contained in:
2018-05-15 21:52:34 +02:00
parent 97b5a19855
commit 9b67ad273f
@@ -8,8 +8,12 @@ start() {
modprobe spi-bcm2835
modprobe spidev
echo "OK"
}
stop() {
return 0
}
restart() {