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.
Fork of d7a_1x by
Diff: src/d7a.cpp
- Revision:
- 72:f71421d35d0b
- Parent:
- 71:f03727ff0f99
- Child:
- 77:8c792719a1fc
diff -r f03727ff0f99 -r f71421d35d0b src/d7a.cpp
--- a/src/d7a.cpp Wed Nov 09 10:49:58 2016 +0000
+++ b/src/d7a.cpp Wed Nov 09 15:21:28 2016 +0000
@@ -339,7 +339,7 @@
PRINT(" - Manufacturer ID: %08X\r\n", rev.manufacturer_id);
PRINT(" - Device ID: %08X\r\n", rev.device_id);
PRINT(" - Hardware version: %08X\r\n", rev.hw_version);
- PRINT(" - Firmware version: (%02X) v%d.%d.%d-%08x\r\n", rev.fw_version.id, rev.fw_version.major, rev.fw_version.minor, rev.fw_version.patch, rev.fw_version.hash);
+ PRINT(" - Firmware version: v%d.%d.%d\r\n", rev.fw_version.major, rev.fw_version.minor, rev.fw_version.patch);
PRINT(" - File system CRC: 0x%08x\r\n", rev.fs_crc);
PRINT("-----------------------------------------\r\n");
