You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/05/25 06:03:00 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #3754: wireless/bluetooth: decoupling bt_driver_s and bt_buf_s

xiaoxiang781216 commented on a change in pull request #3754:
URL: https://github.com/apache/incubator-nuttx/pull/3754#discussion_r638476323



##########
File path: arch/arm/src/nrf52/nrf52_sdc.c
##########
@@ -287,8 +269,8 @@ static void on_hci(void)
           if (hdr->evt == BT_HCI_EVT_CMD_COMPLETE)
             {
               struct hci_evt_cmd_complete_s *cmd_complete =
-                  (struct hci_evt_cmd_complete_s *)
-                      (g_sdc_dev.msg_buffer + sizeof(*hdr));
+                (struct hci_evt_cmd_complete_s *)
+                (g_sdc_dev.msg_buffer + sizeof(*hdr));

Review comment:
       revert the change




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