diff options
-rw-r--r-- | ports/zephyr/zephyr_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/zephyr/zephyr_storage.c b/ports/zephyr/zephyr_storage.c index 1c25b32771..5934f22813 100644 --- a/ports/zephyr/zephyr_storage.c +++ b/ports/zephyr/zephyr_storage.c @@ -32,7 +32,7 @@ #endif #ifdef CONFIG_DISK_ACCESS -#include <disk/disk_access.h> +#include <storage/disk_access.h> #endif #ifdef CONFIG_FLASH_MAP |