[STM32 NAND] Deleted unused defines.
This commit is contained in:
parent
b153796a5d
commit
eff62993d3
|
@ -132,11 +132,6 @@
|
||||||
/* Driver data structures and types. */
|
/* 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.
|
* @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.
|
* @note It could be empty on some architectures.
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/**
|
|
||||||
* @brief Pointer to lower level driver.
|
|
||||||
*/
|
|
||||||
//const FSMCDriver *fsmcp;
|
|
||||||
/**
|
/**
|
||||||
* @brief Number of erase blocks in NAND device.
|
* @brief Number of erase blocks in NAND device.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue