[STM32 NAND] Deleted unused defines.

This commit is contained in:
barthess 2016-08-16 16:20:47 +03:00
parent b153796a5d
commit eff62993d3
1 changed files with 0 additions and 9 deletions

View File

@ -132,11 +132,6 @@
/* Driver data structures and types. */
/*===========================================================================*/
/**
* @brief NAND driver condition flags type.
*/
typedef uint32_t nandflags_t;
/**
* @brief Type of a structure representing an NAND driver.
*/
@ -159,10 +154,6 @@ typedef void (*nandisrswitch_t)(void);
* @note It could be empty on some architectures.
*/
typedef struct {
/**
* @brief Pointer to lower level driver.
*/
//const FSMCDriver *fsmcp;
/**
* @brief Number of erase blocks in NAND device.
*/