Fixed default hal defines

This commit is contained in:
Fabien Poussin 2019-10-30 13:12:29 +01:00
parent 05913b8055
commit b15b68c1c4
3 changed files with 4 additions and 2 deletions

View File

@ -84,11 +84,11 @@
#endif #endif
#if !defined(HAL_USE_SDRAM) #if !defined(HAL_USE_SDRAM)
#define HAL_USE_FSMC FALSE #define HAL_USE_SDRAM FALSE
#endif #endif
#if !defined(HAL_USE_SRAM) #if !defined(HAL_USE_SRAM)
#define HAL_USE_FSMC FALSE #define HAL_USE_SRAM FALSE
#endif #endif
/* Abstract interfaces.*/ /* Abstract interfaces.*/

View File

@ -256,6 +256,7 @@ typedef struct {
* @name Configuration options * @name Configuration options
* @{ * @{
*/ */
/** /**
* @brief FSMC driver enable switch. * @brief FSMC driver enable switch.
* @details If set to @p TRUE the support for FSMC is included. * @details If set to @p TRUE the support for FSMC is included.

View File

@ -51,6 +51,7 @@
/*===========================================================================*/ /*===========================================================================*/
/* Driver pre-compile time settings. */ /* Driver pre-compile time settings. */
/*===========================================================================*/ /*===========================================================================*/
/** /**
* @brief Enables the mutual exclusion APIs on the NAND. * @brief Enables the mutual exclusion APIs on the NAND.
*/ */