#ifndef BSP_FSMC_NANDFLASH_H #define BSP_FSMC_NANDFLASH_H #include "main.h" void MX_FSMC_NANDFLASH_Init(void); uint32_t NAND_ReadID(void); #endif