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:
- 78:2301b7437902
- Parent:
- 74:27a28f452d71
--- a/common/utils.c Thu May 07 08:50:22 2020 +0000
+++ b/common/utils.c Fri May 08 09:17:00 2020 +0000
@@ -106,7 +106,7 @@
ADMW_MEASUREMENT_MODE eMeasurementMode)
{
for (uint32_t i = 0; i < nNumSamples; i++) {
- ADMW_LOG_INFO("Sample # %2d Channel_ID # %2d :: Raw_Sample %f :: processedValue %f :: flags: ERROR:%X , ALERT:%X",
+ ADMW_LOG_INFO("Sample # %2d Channel_ID # %2d :: Raw_Sample %.9f :: processedValue %f :: flags: ERROR:%X , ALERT:%X",
i+1,
pSampleBuffer[i].Channel_ID,
pSampleBuffer[i].Raw_Sample,