mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
bt_uart_shim: Correct the prototype of bt_uart_shim_getdevice
1.Add const to the path argument 2.Return the explicit type(struct btuart_lowerhalf_s *) Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Alin Jerpelea
parent
d85cf99a65
commit
aec3220fae
@@ -41,8 +41,7 @@
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/compiler.h>
|
||||
#include <nuttx/wireless/bluetooth/bt_uart.h>
|
||||
|
||||
#ifdef CONFIG_BLUETOOTH_UART_SHIM
|
||||
|
||||
@@ -50,7 +49,7 @@
|
||||
* Public Function Prototypes
|
||||
****************************************************************************/
|
||||
|
||||
FAR void *bt_uart_shim_getdevice(FAR char *path);
|
||||
FAR struct btuart_lowerhalf_s *bt_uart_shim_getdevice(FAR const char *path);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user