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


With regards,
Apache Git Services

Reply via email to