rymanluk commented on a change in pull request #689: Feature/sensor cfg
URL: https://github.com/apache/mynewt-core/pull/689#discussion_r157963876
 
 

 ##########
 File path: hw/drivers/sensors/ms5837/src/ms5837.c
 ##########
 @@ -422,7 +432,7 @@ ms5837_read_eeprom(struct sensor_itf *itf, uint16_t *coeff)
     rc = ms5837_crc_check(payload, (payload[MS5837_IDX_CRC] & 0xF000) >> 12);
     if (rc) {
         rc = SYS_EINVAL;
-        MS5837_ERR("Failure in CRC, 0x%02X\n", payload[idx]);
+        // MS5837_ERR("Failure in CRC, 0x%02X\n", payload[idx]);
 
 Review comment:
   Looks like something what slipped in.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to