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.
Diff: common/utils.c
- Revision:
- 71:7b5ebd969aa7
- Parent:
- 70:420fac5132f5
- Child:
- 73:cae0c514bea6
--- 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");