EICU. Fixed warnings in testhal.

This commit is contained in:
barthess 2015-08-24 18:27:39 +03:00
parent 74065b233a
commit 5a89061e20
1 changed files with 7 additions and 0 deletions

View File

@ -45,6 +45,13 @@
#define HAL_USE_EICU TRUE
#endif
/**
* @brief Enables the CRC subsystem.
*/
#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__)
#define HAL_USE_CRC FALSE
#endif
/*===========================================================================*/
/* FSMCNAND driver related settings. */
/*===========================================================================*/