Browse Source

Fixed empty function error

master
Anthony Hinsinger 8 years ago
parent
commit
9b67ad273f
  1. 4
      board/ttngw/rootfs-overlay/etc/init.d/S10spi

4
board/ttngw/rootfs-overlay/etc/init.d/S10spi

@ -8,8 +8,12 @@ start() { @@ -8,8 +8,12 @@ start() {
modprobe spi-bcm2835
modprobe spidev
echo "OK"
}
stop() {
return 0
}
restart() {

Loading…
Cancel
Save