7 lines
137 B
C
7 lines
137 B
C
|
#ifndef SPI_FLASH_H_INCLUDED
|
||
|
#define SPI_FLASH_H_INCLUDED
|
||
|
|
||
|
extern void rt_hw_spi_flash_init(void);
|
||
|
|
||
|
#endif // SPI_FLASH_H_INCLUDED
|