summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/feature/underglow.md2
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.