diff options
author | Nick <nick.win999@gmail.com> | 2020-11-10 16:16:40 -0600 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-11-10 23:06:29 -0500 |
commit | ae51000d60c301d7780211373e4a31add20c9f87 (patch) | |
tree | f60f4f9c5aa9a9a0b05f79a826d71da1faaa1db3 /docs | |
parent | b091c7ed3bc67863b22e0d4f912a4b500b41796b (diff) |
fix(underglow): Switch from legacy SPI to SPIM
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/feature/underglow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/feature/underglow.md b/docs/docs/feature/underglow.md index a962142..2cea913 100644 --- a/docs/docs/feature/underglow.md +++ b/docs/docs/feature/underglow.md @@ -61,7 +61,7 @@ Here's an example of an nRF52 SPI definition: ``` &spi1 { - compatible = "nordic,nrf-spi"; + compatible = "nordic,nrf-spim"; status = "okay"; mosi-pin = <6>; // Unused pins, needed for SPI definition, but not used by the ws2812 driver itself. |