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:
- 36:67cfe82526e6
- Parent:
- 34:1311cc53201a
- Child:
- 37:e04613e021f2
diff -r 1fe2975c5a63 -r 67cfe82526e6 src/d7a_modem.cpp --- a/src/d7a_modem.cpp Mon Aug 22 14:49:11 2016 +0000 +++ b/src/d7a_modem.cpp Tue Aug 23 08:49:15 2016 +0000 @@ -196,8 +196,7 @@ }; d7a_modem_msg(WM_CMD_NOTIFY_FILE,(uint8_t*)&nfp,sizeof(notify_file_param_t)); - WARNING(d7a_modem_wait_ready(TO_FS), "Notification Timeout on FID:%d\r\n", fid); - //ASSERT(d7a_modem_wait_ready(TO_FS), "Notification Timeout on FID:%d\r\n", fid); + ASSERT(d7a_modem_wait_ready(TO_FS), "Notification Timeout on FID:%d\r\n", fid); //Thread::wait(100); // XXX: To avoid lost packets