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:
- 51:d84305e5e1c0
- Parent:
- 39:e255f52072fc
- Child:
- 52:83c02d9a7713
diff -r c31473bc013e -r d84305e5e1c0 common/utils.c --- a/common/utils.c Thu Feb 06 11:04:31 2020 +0000 +++ b/common/utils.c Mon Feb 17 11:23:39 2020 +0000 @@ -134,7 +134,7 @@ { for (uint32_t i = 0; i < nNumSamples; i++) { - ADMW_LOG_INFO("Sample # %2d Channel # %2d :: Raw %0X %f :: Processed %f :: flags:%s%s", + ADMW_LOG_INFO("Sample # %2d Channel # %2d :: Raw %X %f :: Processed %f :: flags:%s%s", i+1, pSampleBuffer[i].channelId, pSampleBuffer[i].rawValue, (pSampleBuffer[i].rawValue/1024.0),