You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/05/19 16:51:28 UTC

[16/18] incubator-mynewt-core git commit: hal/bsp; add hal_bsp.h, which exports common BSP APIs.

hal/bsp; add hal_bsp.h, which exports common BSP APIs.


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/e87c89db
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/e87c89db
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/e87c89db

Branch: refs/heads/develop
Commit: e87c89db73be7864579c94a6f56f09b04bfd077e
Parents: 0b3ca00
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Tue May 17 20:35:43 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu May 19 09:35:45 2016 -0700

----------------------------------------------------------------------
 hw/hal/src/hal_flash.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/e87c89db/hw/hal/src/hal_flash.c
----------------------------------------------------------------------
diff --git a/hw/hal/src/hal_flash.c b/hw/hal/src/hal_flash.c
index 8d360c5..b2aea19 100644
--- a/hw/hal/src/hal_flash.c
+++ b/hw/hal/src/hal_flash.c
@@ -20,6 +20,7 @@
 #include <assert.h>
 #include <bsp/bsp.h>
 
+#include "hal/hal_bsp.h"
 #include "hal/hal_flash.h"
 #include "hal/hal_flash_int.h"