#ifndef __INCLUDES_H #define __INCLUDES_H // 标准头文件包含 #include "stdio.h" #include "string.h" // 自动生成的头文件包含 #include "main.h" // 用户头文件包含 #include "fmc_flash.h" #include "spi_flash.h" #include "program.h" #endif