diff options
-rw-r--r-- | rpi3/boot/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index e785afc98a01..404991265a3c 100644 --- a/rpi3/boot/config.txt +++ b/rpi3/boot/config.txt @@ -45,7 +45,7 @@ # Uncomment some or all of these to enable the optional hardware interfaces #dtparam=i2c_arm=on #dtparam=i2s=on -#dtparam=spi=on +dtparam=spi=on # Uncomment this to enable the lirc-rpi module #dtoverlay=lirc-rpi |