ADMW1001_Mbed_FW / Mbed OS EV-PRO-MW1001_Development
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");