xiaoxiang781216 commented on code in PR #15570:
URL: https://github.com/apache/nuttx/pull/15570#discussion_r1917537226
##########
include/nuttx/sensors/msxxxx_crc4.h:
##########
@@ -43,42 +43,41 @@ static uint8_t msxxxx_crc4(FAR uint16_t *src,
uint8_t crcndx,
uint16_t crcmask)
{
- uint16_t cnt;
- uint16_t n_rem;
- uint16_t crc_read;
+ uint16_t cnt; /* simple counter */
Review Comment:
all first char in common need be upper case.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]