Skip to content

Commit 19f7166

Browse files
author
Thomas Preston
committed
slightly changed formatting
1 parent 0938002 commit 19f7166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ but is not enabled by default. You can load the SPI driver manually by running::
5454
You can permanently enable it one of two ways, depending on which kernel
5555
version you're on.
5656

57-
- Kernel Version < 3.18 (The old way): Comment out ``blacklist spi-bcm2708`` line in ``/etc/modprobe.d/raspi-blacklist.conf``.
57+
- Kernel Version < 3.18 (The old way): Comment out ``blacklist spi-bcm2708`` line in ``/etc/modprobe.d/raspi-blacklist.conf``.
5858

59-
- Kernel Version >= 3.18 (Device Tree): add ``dtparam=spi=on`` to ``/boot/config/txt``
59+
- Kernel Version >= 3.18 (Device Tree): add ``dtparam=spi=on`` to ``/boot/config/txt``
6060

6161
The /dev/spidev* devices should now appear but they require special privileges
6262
for the user *pi* to access them. You can set these up by adding the following

0 commit comments

Comments
 (0)