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_modem.cpp
- Revision:
- 50:30440c9aeb7c
- Parent:
- 49:81d5bddb02f0
- Child:
- 55:5ea18a3a01b9
--- a/src/d7a_modem.cpp Fri Sep 02 16:08:09 2016 +0000 +++ b/src/d7a_modem.cpp Mon Sep 05 13:21:50 2016 +0000 @@ -203,25 +203,6 @@ return err; } -void d7a_modem_print_infos( void ) -{ - uint8_t uid[8]; - d7a_revision_t rev; - - D7A_READ(0, 0, 8, uid); - D7A_READ(2, 0, sizeof(d7a_revision_t), &rev); - - PRINT("------------ D7A Modem infos ------------\r\n"); - PRINT("| UID: %02X%02X%02X%02X%02X%02X%02X%02X |\r\n", uid[0], uid[1], uid[2], uid[3], uid[4], uid[5], uid[6], uid[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: %d-%d.%d.%d-%08x \t|\r\n", rev.fw_version.id, rev.fw_version.major, rev.fw_version.minor, rev.fw_version.patch, rev.fw_version.hash); - PRINT("| File system CRC: 0x%08x |\r\n", rev.fs_crc); - PRINT("-----------------------------------------\r\n"); - -} - void d7a_modem_thread(const void *p) { FPRINT("\r\n");