diff options
| author | Joel Challis <git@zvecr.com> | 2025-05-16 17:35:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-16 17:35:05 +0100 |
| commit | 0b6a460b7f5d4b681da7653b25e4082e8b8c6c1a (patch) | |
| tree | f42c7f58464d729d01416966fb56c8b7f11f403c /docs/drivers | |
| parent | 15e45b1d4bf1e9af1262d956b37f399b5ead8bf6 (diff) | |
Remove duplicate of SPI default config from keyboards (#25266)
Diffstat (limited to 'docs/drivers')
| -rw-r--r-- | docs/drivers/spi.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/drivers/spi.md b/docs/drivers/spi.md index 140b204945..56b294ad3a 100644 --- a/docs/drivers/spi.md +++ b/docs/drivers/spi.md | |||
| @@ -39,8 +39,6 @@ To enable SPI, modify your board's `halconf.h` to enable SPI, then modify your b | |||
| 39 | #pragma once | 39 | #pragma once |
| 40 | 40 | ||
| 41 | #define HAL_USE_SPI TRUE // [!code focus] | 41 | #define HAL_USE_SPI TRUE // [!code focus] |
| 42 | #define SPI_USE_WAIT TRUE // [!code focus] | ||
| 43 | #define SPI_SELECT_MODE SPI_SELECT_MODE_PAD // [!code focus] | ||
| 44 | 42 | ||
| 45 | #include_next <halconf.h> | 43 | #include_next <halconf.h> |
| 46 | ``` | 44 | ``` |
