Remove duplicate of SPI default config from keyboards (#25266)
This commit is contained in:
parent
15e45b1d4b
commit
0b6a460b7f
65 changed files with 8 additions and 171 deletions
|
@ -4,7 +4,5 @@
|
|||
#pragma once
|
||||
|
||||
#define HAL_USE_SPI TRUE
|
||||
#define SPI_USE_WAIT TRUE
|
||||
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
|
|
@ -4,7 +4,5 @@
|
|||
#pragma once
|
||||
|
||||
#define HAL_USE_SPI TRUE
|
||||
#define SPI_USE_WAIT TRUE
|
||||
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
|
|
@ -4,7 +4,5 @@
|
|||
#pragma once
|
||||
|
||||
#define HAL_USE_SPI TRUE
|
||||
#define SPI_USE_WAIT TRUE
|
||||
#define SPI_SELECT_MODE SPI_SELECT_MODE_PAD
|
||||
|
||||
#include_next <halconf.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue