diff options
| author | Joel Challis | 2025-05-16 18:35:05 +0200 |
|---|---|---|
| committer | GitHub | 2025-05-16 18:35:05 +0200 |
| 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 #pragma once #define HAL_USE_SPI TRUE // [!code focus] -#define SPI_USE_WAIT TRUE // [!code focus] -#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD // [!code focus] #include_next <halconf.h> ``` |