/** ****************************************************************************** * @file mx25l4006_conf.h * @author MCD Application Team * @brief This file contains all the description of the * MX25L4006 CMOS Serial Flash. ****************************************************************************** * @attention * * Copyright (c) 2022 STMicroelectronics. * All rights reserved. * * This software is licensed under terms that can be found in the LICENSE file * in the root directory of this software component. * If no LICENSE file comes with this software, it is provided AS-IS. * ****************************************************************************** */ /* Define to prevent recursive inclusion -------------------------------------*/ #ifndef MX25L4006_CONF_H #define MX25L4006_CONF_H #ifdef __cplusplus extern "C" { #endif /* Includes ------------------------------------------------------------------*/ #include "stm32wlxx.h" #include "stm32wlxx_hal.h" /** @addtogroup BSP * @{ */ /** * @} */ #ifdef __cplusplus } #endif #endif /* MX25L4006_CONF_H */