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