Lukasz, Thanks - and do sign up for our dev@ mailing list :)
aditi > On May 20, 2016, at 9:33 AM, Sterling Hughes <[email protected]> wrote: > > thanks - looks good, and applied. dev should be up to date. > > sterling > > On 5/20/16 6:25 AM, Łukasz Rymanowski wrote: >> 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. >>
