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

incubator-mynewt-core git commit: apply patch to fix arduino 101 build

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 37d199cd9 -> a4f466e54


apply patch to fix arduino 101 build


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

Branch: refs/heads/develop
Commit: a4f466e542120950f012aa15908ac9a0f8ff1332
Parents: 37d199c
Author: Sterling Hughes <st...@apache.org>
Authored: Fri May 20 11:32:41 2016 -0500
Committer: Sterling Hughes <st...@apache.org>
Committed: Fri May 20 11:32:41 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/a4f466e5/hw/bsp/nrf51-arduino_101/src/os_bsp.c
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51-arduino_101/src/os_bsp.c b/hw/bsp/nrf51-arduino_101/src/os_bsp.c
index b9d52e4..888519b 100644
--- a/hw/bsp/nrf51-arduino_101/src/os_bsp.c
+++ b/hw/bsp/nrf51-arduino_101/src/os_bsp.c
@@ -70,7 +70,7 @@ bsp_imgr_current_slot(void)
 }
 
 void
-os_bsp_init(void)
+bsp_init(void)
 {
     /*
      * XXX this reference is here to keep this function in.