You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by GitBox <gi...@apache.org> on 2019/12/31 13:44:05 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 opened a new pull request #18: fix sim:bluetooth compiler error

xiaoxiang781216 opened a new pull request #18: fix sim:bluetooth compiler error
URL: https://github.com/apache/incubator-nuttx/pull/18
 
 
   wireless/bluetooth/bt_null.c:274:10: warning: implicit declaration of function 'bt_driver_register'; did you mean 'bt_netdev_register'? [-Wimplicit-function-declaration]
      return bt_driver_register(&g_bt_null);
   
   sim_bringup.c:324:9: error: too few arguments to function 'bt_netdev_register'
      ret = bt_netdev_register();
   
   Change-Id: I61bab23e6b1d6aa70e6c2da03f345f8d0701d862
   Signed-off-by: Xiang Xiao <xi...@xiaomi.com>

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] patacongo merged pull request #18: fix sim:bluetooth compiler error

Posted by GitBox <gi...@apache.org>.
patacongo merged pull request #18: fix sim:bluetooth compiler error
URL: https://github.com/apache/incubator-nuttx/pull/18
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services