mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 04:54:43 +00:00
7 lines
99 B
C
7 lines
99 B
C
|
#pragma once
|
||
|
|
||
|
#include_next <mcuconf.h>
|
||
|
|
||
|
#undef STM32_SPI_USE_SPI1
|
||
|
#define STM32_SPI_USE_SPI1 TRUE
|