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:
- 82:5d1b101b6d11
- Parent:
- 79:82b01c1a62f6
- Child:
- 83:f4054d0b29ba
diff -r c68a47483525 -r 5d1b101b6d11 src/d7a_modem.cpp --- a/src/d7a_modem.cpp Wed Dec 21 17:15:38 2016 +0000 +++ b/src/d7a_modem.cpp Thu Jan 05 12:37:44 2017 +0000 @@ -24,8 +24,6 @@ static Queue<void, 2> g_modem_boot; static Queue<d7a_com_rx_msg_t, 8> g_modem_pkt_queue; static NotifDoneFunction g_modem_notif_done; -static uint8_t g_modem_nb_files; -static int8_t g_modem_status; static PinName g_modem_reset_pin; static bool g_modem_booted; @@ -41,7 +39,6 @@ ASSERT(error == osOK, "Failed to start d7a_modem_thread (err: %d)\r\n", error); g_modem_booted = false; - g_modem_nb_files = 0; g_modem_notif_done = nd; g_modem_reset_pin = reset_pin;