git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11105 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
7fb3c80717
commit
c38a9d7480
|
@ -160,7 +160,7 @@
|
||||||
* @brief Enables the SPI subsystem.
|
* @brief Enables the SPI subsystem.
|
||||||
*/
|
*/
|
||||||
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
|
#if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
|
||||||
#define HAL_USE_SPI TRUE
|
#define HAL_USE_SPI FALSE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue