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:
- 23:d6bbc4ec1f22
- Parent:
- 22:5f76404e2cbc
- Child:
- 25:2a2fcb9e4775
--- a/main.cpp Thu Nov 21 08:31:58 2019 +0000 +++ b/main.cpp Thu Nov 21 08:34:07 2019 +0000 @@ -71,11 +71,6 @@ case OK : - pc.printf("Hardware Version : %x\n\r", globale->pixHWVersion, testVersion->pixHWVersion); - pc.printf("Firmware Major Version : %x\n\r", globale->pixFWVersionMaj, testVersion->pixFWVersionMaj); - pc.printf("Firmware Minor Version : %x\n\r", globale->pixFWVersionMin, testVersion->pixFWVersionMin); - pc.printf("Firmware Build : %x\n\r", globale->pixFWBuild, testVersion->pixFWBuild); - pc.printf("Firmware Human : %s\n\r", globale->pixHFString, testVersion->pixHFString); etat = IDLE; break;