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: src/admw_1001.c
- Revision:
- 42:c9c5a22e539e
- Parent:
- 41:df78b7d7b675
- Child:
- 43:e1789b7214cf
--- a/src/admw_1001.c Tue Dec 10 08:43:37 2019 +0000 +++ b/src/admw_1001.c Tue Dec 10 09:00:11 2019 +0000 @@ -401,7 +401,7 @@ } else { char buffer[ADMW_FORMATTED_VERSION_SIZE]; //00.00.0000 8 digits + 2 Bytes "." + one null character at the end strcat(nData, buffer); - ADMW_LOG_INFO("Firmware Version Id is %X.%X",nData[2],nData[0]); + ADMW_LOG_INFO("Firmware Version Id is %X.%X.%X",nData[3],nData[2],nData[0]); } return ADMW_SUCCESS; }