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
|