This patch renames os_bsp_init to bsp_init to make nrf51_arduino
build.
---
hw/bsp/nrf51-arduino_101/src/os_bsp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.7.4