Fixed empty function error
This commit is contained in:
@@ -8,8 +8,12 @@ start() {
|
|||||||
|
|
||||||
modprobe spi-bcm2835
|
modprobe spi-bcm2835
|
||||||
modprobe spidev
|
modprobe spidev
|
||||||
|
|
||||||
|
echo "OK"
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
stop() {
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
restart() {
|
restart() {
|
||||||
|
|||||||
Reference in New Issue
Block a user