Vybhav Kadaba
/
EV-PRO-MW1001_Development_MWARE2390
sensor result structure modified
Revision 71:7b5ebd969aa7, committed 2020-04-23
- Comitter:
- Vkadaba
- Date:
- Thu Apr 23 08:34:45 2020 +0000
- Parent:
- 70:420fac5132f5
- Commit message:
- Adding extra log for FIFI error
Changed in this revision
common/utils.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/common/utils.c Thu Apr 23 08:30:42 2020 +0000 +++ b/common/utils.c Thu Apr 23 08:34:45 2020 +0000 @@ -62,6 +62,7 @@ { ADMW_LOG_INFO("\tActive FIFO Errors - ATTENTION REQUIRED"); ADMW_LOG_INFO("\tFIFO buffer full"); + ADMW_LOG_INFO("\tExceeding measurements per cycle limit of %d",MAXIMUM_MEASUREMENTS_PER_CYCLE); } if (pStatus->deviceStatus & ADMW_DEVICE_STATUS_CONFIG_ERROR) ADMW_LOG_INFO("\tActive Configuration Errors - ATTENTION REQUIRED");