diff options
Diffstat (limited to 'src/drivers/spi/stmicro.c')
-rw-r--r-- | src/drivers/spi/stmicro.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/spi/stmicro.c b/src/drivers/spi/stmicro.c index bc7969d138..40bce31983 100644 --- a/src/drivers/spi/stmicro.c +++ b/src/drivers/spi/stmicro.c @@ -29,6 +29,7 @@ #include <stdlib.h> #include <spi_flash.h> + #include "spi_flash_internal.h" /* M25Pxx-specific commands */ |