7 lines
225 B
C
7 lines
225 B
C
|
/* Important: we use the same include guard as the spi_flash.h in the
|
||
|
* toolchain, to prevent it from being pulled in and messing things up! */
|
||
|
#ifndef SPI_FLASH_H
|
||
|
#define SPI_FLASH_H
|
||
|
#include "espressif/spi_flash.h"
|
||
|
#endif
|