Hi,

It seems you lost both the commit message and the author information
when applying the patch. It looks as follows in the commit history:

commit a4f466e542120950f012aa15908ac9a0f8ff1332
Author: Sterling Hughes <[email protected]>
Date:   Fri May 20 11:32:41 2016 -0500

    apply patch to fix arduino 101 build

Since Łukasz took the effort of using git send-email to send it the
proper way to apply it would have been by using git am. I realize this
is a fairly trivial patch, but since it might not be the last one that
comes through the mailing list instead of github it'd be good to get
this process right as well.

Johan

On Fri, May 20, 2016, Sterling Hughes 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.
> > 

Reply via email to