From 949adaa4c93fc4b8b2e0b58ec54b1ecba3fbb4c5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 15 Apr 2018 02:04:26 +0000 Subject: [PATCH] bt_hcicore.c edited online with Bitbucket --- wireless/bluetooth/bt_hcicore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireless/bluetooth/bt_hcicore.c b/wireless/bluetooth/bt_hcicore.c index 342fadfdbb..bb2ee106da 100644 --- a/wireless/bluetooth/bt_hcicore.c +++ b/wireless/bluetooth/bt_hcicore.c @@ -1550,7 +1550,7 @@ int bt_hci_cmd_send_sync(uint16_t opcode, FAR struct bt_buf_s *buf, abstime.tv_sec++; } - /* Now wait for the response. The critical section will be + /* Now wait for the response. The scheduler lock will be * released while we are waiting. */