hal_flash doesn't depend on disk yet
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/b9bf994d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/b9bf994d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/b9bf994d Branch: refs/heads/develop Commit: b9bf994d388a44552b8066b5e5b47c5c9958df63 Parents: 59cdc46 Author: Fabio Utzig <[email protected]> Authored: Thu Jan 12 12:20:56 2017 -0200 Committer: Fabio Utzig <[email protected]> Committed: Thu Jan 12 12:20:56 2017 -0200 ---------------------------------------------------------------------- hw/hal/src/hal_flash.c | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/b9bf994d/hw/hal/src/hal_flash.c ---------------------------------------------------------------------- diff --git a/hw/hal/src/hal_flash.c b/hw/hal/src/hal_flash.c index 27d260a..41f0c0d 100644 --- a/hw/hal/src/hal_flash.c +++ b/hw/hal/src/hal_flash.c @@ -24,8 +24,6 @@ #include "hal/hal_flash.h" #include "hal/hal_flash_int.h" -#include <disk/disk.h> - int hal_flash_init(void) {
