diff options
| -rw-r--r-- | os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h | 9 | 
1 files changed, 0 insertions, 9 deletions
| 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 8dca42f..5be023e 100644 --- a/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h +++ b/os/hal/ports/STM32/LLD/FSMCv1/hal_nand_lld.h @@ -133,11 +133,6 @@  /*===========================================================================*/  /** - * @brief   NAND driver condition flags type. - */ -typedef uint32_t nandflags_t; - -/**   * @brief   Type of a structure representing an NAND driver.   */  typedef struct NANDDriver NANDDriver; @@ -160,10 +155,6 @@ typedef void (*nandisrswitch_t)(void);   */  typedef struct {    /** -   * @brief   Pointer to lower level driver. -   */ -  //const FSMCDriver                *fsmcp; -  /**     * @brief   Number of erase blocks in NAND device.     */    uint32_t                  blocks; | 
