20 lines
176 B
C
20 lines
176 B
C
|
#ifndef __BSP_FLASH__H__
|
||
|
#define __BSP_FLASH__H__
|
||
|
|
||
|
|
||
|
#include "rtthread.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif // !__BSP_FLASH__H__
|