You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2021/04/13 10:02:45 UTC

[GitHub] [mynewt-nimble] sjanc commented on pull request #967: npl/riot: rework to use RIOTs ztimer

sjanc commented on pull request #967:
URL: https://github.com/apache/mynewt-nimble/pull/967#issuecomment-818614532


   "make" -C /home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/nimble/controller/src/ -f /home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/Makefile.base MODULE=nimble_controller
   3067In file included from /home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/nimble/include/nimble/nimble_npl.h:53,
   3068                 from /home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/porting/nimble/include/os/os.h:38,
   3069                 from /home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/nimble/include/nimble/ble.h:26,
   3070                 from /home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/nimble/controller/src/ble_ll_utils.c:22:
   3071/home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/porting/npl/riot/include/nimble/nimble_npl_os.h: In function 'ble_npl_eventq_get':
   3072/home/travis/gopath/src/github.com/apache/mynewt-nimble/RIOT/build/pkg/nimble/porting/npl/riot/include/nimble/nimble_npl_os.h:103:40: error: implicit declaration of function 'event_wait_timeout_ztimer'; did you mean 'event_wait_timeout64'? [-Werror=implicit-function-declaration]
   3073         return (struct ble_npl_event *)event_wait_timeout_ztimer(&evq->q,
   3074                                        ^~~~~~~~~~~~~~~~~~~~~~~~~
   3075                                        event_wait_timeout64
   3076cc1: all warnings being treated as errors
   
   
   include missing?


-- 
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:
users@infra.apache.org