git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15491 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
96085296ae
commit
596250e2b8
|
@ -198,7 +198,7 @@
|
|||
* @brief Enables the WSPI subsystem.
|
||||
*/
|
||||
#if !defined(HAL_USE_WSPI) || defined(__DOXYGEN__)
|
||||
#define HAL_USE_WSPI TRUE
|
||||
#define HAL_USE_WSPI FALSE
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
|
@ -486,8 +486,8 @@
|
|||
/*
|
||||
* WSPI driver system settings.
|
||||
*/
|
||||
#define STM32_WSPI_USE_OCTOSPI1 TRUE
|
||||
#define STM32_WSPI_USE_OCTOSPI2 TRUE
|
||||
#define STM32_WSPI_USE_OCTOSPI1 FALSE
|
||||
#define STM32_WSPI_USE_OCTOSPI2 FALSE
|
||||
#define STM32_WSPI_OCTOSPI1_PRESCALER_VALUE 1
|
||||
#define STM32_WSPI_OCTOSPI2_PRESCALER_VALUE 1
|
||||
#define STM32_WSPI_OCTOSPI1_MDMA_CHANNEL STM32_MDMA_CHANNEL_ID_ANY
|
||||
|
|
Loading…
Reference in New Issue