PROFESSOR-J-K commented on code in PR #1492:
URL: https://github.com/apache/mynewt-nimble/pull/1492#discussion_r1187389930


##########
nimble/drivers/dialog_cmac/src/ble_rf.c:
##########
@@ -114,6 +122,20 @@ set_reg16_mask(uint32_t addr, uint16_t mask, uint16_t val)
     *reg = (*reg & (~mask)) | (val & mask);
 }
 
+static inline int read_chip_variant(void)

Review Comment:
   Done



-- 
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...@mynewt.apache.org

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

Reply via email to