summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@chickadee.tech>2016-10-25 15:04:20 -0700
committerScott Shawcroft <scott@chickadee.tech>2016-10-25 15:04:20 -0700
commit3a5aad516a9a5de261e2acdd7a2dc7ecd28f0950 (patch)
tree149beaeb2b86f61f8d7be1781ea78f4315d098fc
parentfff96a0ce62a636a9e0a577b575b78ebdf5d572b (diff)
atmel-samd: Remove unused header.
-rw-r--r--atmel-samd/spi_flash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/atmel-samd/spi_flash.c b/atmel-samd/spi_flash.c
index 20daed0f7..26234b280 100644
--- a/atmel-samd/spi_flash.c
+++ b/atmel-samd/spi_flash.c
@@ -35,8 +35,6 @@
#include "lib/fatfs/ff.h"
#include "extmod/fsusermount.h"
-#include "asf/sam0/drivers/nvm/nvm.h"
-
#include "spi_flash.h"
#define SPI_FLASH_PART1_START_BLOCK (0x1)