You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/08/11 21:27:49 UTC

[49/50] [abbrv] incubator-mynewt-core git commit: hw/bsp/nrf51-blenano - fix compile error.

hw/bsp/nrf51-blenano - fix compile error.


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

Branch: refs/heads/phyrx_no_mbuf
Commit: 0008660e82c6e99b8a2b2268e197bb83b4bae8cf
Parents: a13dd64
Author: Christopher Collins <cc...@apache.org>
Authored: Thu Aug 11 13:30:36 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Thu Aug 11 14:26:27 2016 -0700

----------------------------------------------------------------------
 hw/bsp/nrf51-blenano/src/os_bsp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0008660e/hw/bsp/nrf51-blenano/src/os_bsp.c
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51-blenano/src/os_bsp.c b/hw/bsp/nrf51-blenano/src/os_bsp.c
index 2b88f27..5f7e7a9 100644
--- a/hw/bsp/nrf51-blenano/src/os_bsp.c
+++ b/hw/bsp/nrf51-blenano/src/os_bsp.c
@@ -64,7 +64,7 @@ bsp_imgr_current_slot(void)
 }
 
 void
-os_bsp_init(void)
+bsp_init(void)
 {
     /*
      * XXX this reference is here to keep this function in.