summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-04-07 21:16:33 +0200
committerGuido Günther <agx@sigxcpu.org>2015-04-07 21:16:33 +0200
commitb5c00cb239f6bdd4308fed4fd52a68215bfc8d0d (patch)
tree6c3901c02dde5ff5bb0927c2fce25ba697773120
parent82de8b3abedf676877e089c8f3047ea3417920e6 (diff)
SPI not API
-rw-r--r--hw/rpi6lowpan.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rpi6lowpan.mdwn b/hw/rpi6lowpan.mdwn
index 4ab8ea5..7747aa4 100644
--- a/hw/rpi6lowpan.mdwn
+++ b/hw/rpi6lowpan.mdwn
@@ -141,7 +141,7 @@ Now that we can quickly change and build kernels lets move to the 6LoWPAN part.
### Configuring the kernel and patching the DTS
In order to enable support for the at86rf233 and 802.15.14 radio we need to change
-some kernel configuration. Since the board is connected vie API we change the DTS
+some kernel configuration. Since the board is connected vie SPI we change the DTS
so it gets properly detected. This is readily done in this git repo:
$ cd linux-wpan-next