EICU. Fixed warnings in testhal.
This commit is contained in:
parent
74065b233a
commit
5a89061e20
|
@ -45,6 +45,13 @@
|
||||||
#define HAL_USE_EICU TRUE
|
#define HAL_USE_EICU TRUE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Enables the CRC subsystem.
|
||||||
|
*/
|
||||||
|
#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
|
||||||
|
#define HAL_USE_CRC FALSE
|
||||||
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* FSMCNAND driver related settings. */
|
/* FSMCNAND driver related settings. */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue