From b15b68c1c4dd59a846c36e52ef4502eb8ad84a5a Mon Sep 17 00:00:00 2001 From: Fabien Poussin Date: Wed, 30 Oct 2019 13:12:29 +0100 Subject: Fixed default hal defines --- os/hal/include/hal_community.h | 4 ++-- os/hal/include/hal_fsmc.h | 1 + os/hal/include/hal_nand.h | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/os/hal/include/hal_community.h b/os/hal/include/hal_community.h index d4924f5..435115b 100644 --- a/os/hal/include/hal_community.h +++ b/os/hal/include/hal_community.h @@ -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.*/ diff --git a/os/hal/include/hal_fsmc.h b/os/hal/include/hal_fsmc.h index 3b27941..3c5d999 100644 --- a/os/hal/include/hal_fsmc.h +++ b/os/hal/include/hal_fsmc.h @@ -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. diff --git a/os/hal/include/hal_nand.h b/os/hal/include/hal_nand.h index f907152..0c95e89 100644 --- a/os/hal/include/hal_nand.h +++ b/os/hal/include/hal_nand.h @@ -51,6 +51,7 @@ /*===========================================================================*/ /* Driver pre-compile time settings. */ /*===========================================================================*/ + /** * @brief Enables the mutual exclusion APIs on the NAND. */ -- cgit v1.2.3