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: main.cpp
- Revision:
- 53:644c5f6300da
- Parent:
- 52:d32ea3dfc8ac
- Child:
- 54:31921ad29828
--- a/main.cpp Wed Feb 19 09:07:35 2020 +0000 +++ b/main.cpp Wed Feb 19 09:09:59 2020 +0000 @@ -124,7 +124,6 @@ */ res = admw_GetStatus(hDevice, &status); admw_deviceInformation(hDevice); - admw_readMbedVersion(); if (res != ADMW_SUCCESS) { ADMW_LOG_ERROR("Failed to retrieve device status"); return res;