17 lines
237 B
C
17 lines
237 B
C
|
|
#ifndef __INCLUDES_H
|
|||
|
|
#define __INCLUDES_H
|
|||
|
|
|
|||
|
|
// <20><>ͷ<D7BC>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#include "stdio.h"
|
|||
|
|
#include "string.h"
|
|||
|
|
|
|||
|
|
// <20>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>ɵ<EFBFBD>ͷ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#include "main.h"
|
|||
|
|
|
|||
|
|
// <20>û<EFBFBD>ͷ<EFBFBD>ļ<EFBFBD><C4BC><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#include "fmc_flash.h"
|
|||
|
|
#include "spi_flash.h"
|
|||
|
|
#include "program.h"
|
|||
|
|
|
|||
|
|
#endif
|