Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 |
diff -r 420fac5132f5 -r 7b5ebd969aa7 common/utils.c --- 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");