xiaoxiang781216 commented on code in PR #7472:
URL: https://github.com/apache/incubator-nuttx/pull/7472#discussion_r1011122729


##########
arch/arm/src/nrf52/nrf52_radio.c:
##########
@@ -1149,22 +1151,11 @@ nrf52_radio_initialize(int intf, struct 
nrf52_radio_board_s *board)
         }
     }
 
-  /* Reset some data */
-
-  memset(&dev->pktcfg, 0, sizeof(struct nrf52_radio_pktcfg_s));
-  memset(dev->rxbuf, 0, NRF52_RADIO_RXBUFFER);
-  memset(dev->txbuf, 0, NRF52_RADIO_TXBUFFER);

Review Comment:
   move to new patch



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

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to