turon commented on issue #785: [npl] linux porting layer unit tests fail
URL: https://github.com/apache/mynewt-nimble/issues/785#issuecomment-604690428
 
 
   Looks like this can be fixed by replacing main loop in 
[`test_os_sem.c`](https://github.com/apache/mynewt-nimble/blob/master/porting/npl/linux/test/test_npl_sem.c#L150):
   
   BEFORE:
   ```
      while (1)
       {
           ble_npl_eventq_run(ble_npl_eventq_dflt_get());
       }
   ```
   
   AFTER:
   ```
       while (1) {}
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to