zephyr: Update include path to disk_access.h.

The disk_access header was moved to a different path in Zephyr v2.6.0.
The old path was deprecated for two releases (v2.6.0 and v2.7.0) and
will no longer be supported after Zephyr v2.7.0.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
pull/8350/head
Maureen Helm 2022-03-04 08:32:50 -06:00 zatwierdzone przez Damien George
rodzic bf01671a96
commit 86a4a52670
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -32,7 +32,7 @@
#endif
#ifdef CONFIG_DISK_ACCESS
#include <disk/disk_access.h>
#include <storage/disk_access.h>
#endif
#ifdef CONFIG_FLASH_MAP