diff --git a/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h b/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h index 8dca42fe..5be023e7 100644 --- a/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h +++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h @@ -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. */