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
#if !defined(HAL_USE_SDRAM)
#define HAL_USE_FSMC FALSE
#define HAL_USE_SDRAM FALSE
#endif
#if !defined(HAL_USE_SRAM)
#define HAL_USE_FSMC FALSE
#define HAL_USE_SRAM FALSE
#endif
/* Abstract interfaces.*/

View File

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

View File

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