arch/sim: Fix typo error(HCITTY->BTUART)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
5cf794e42b
commit
418a87af4c
@ -551,7 +551,7 @@ config SIM_BTUART
|
||||
target via HCI_CHANNEL_USER. This gives NuttX full
|
||||
control of the device, but is abstracted from the
|
||||
physical interface which is still handled by Linux.
|
||||
Unlike SIM_HCISOCKET, HCITTY will wrap the bluetooth
|
||||
Unlike SIM_HCISOCKET, BTUART will wrap the bluetooth
|
||||
interface/controller as a TTY device, which provides
|
||||
an option for developers to setup the bluetooth host in
|
||||
userspace.
|
||||
|
@ -115,7 +115,7 @@ void up_idle(void)
|
||||
bthcisock_loop();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SIM_HCITTY
|
||||
#ifdef CONFIG_SIM_BTUART
|
||||
sim_btuart_loop();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user