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: TESTS/unit_tests/default/main.cpp
- Revision:
- 33:25f49bb4876c
- Parent:
- 32:3f3bab745801
- Child:
- 34:5087afe9a405
diff -r 3f3bab745801 -r 25f49bb4876c TESTS/unit_tests/default/main.cpp
--- a/TESTS/unit_tests/default/main.cpp Wed Jul 31 10:53:26 2019 +0500
+++ b/TESTS/unit_tests/default/main.cpp Wed Jul 31 11:56:44 2019 +0500
@@ -1153,7 +1153,7 @@
int previous_profile, current_profile;
// Power-up the modem
- TEST_ASSERT(interface->init());
+ TEST_ASSERT(interface->init(MBED_CONF_APP_DEFAULT_PIN));
// Check if modem is registered with network
if (interface->is_registered_csd() || interface->is_registered_psd() || interface->is_registered_eps()) {
@@ -1191,7 +1191,7 @@
const int c_edrx_value = 2;
// Power-up the modem
- TEST_ASSERT(interface->init());
+ TEST_ASSERT(interface->init(MBED_CONF_APP_DEFAULT_PIN));
// Check if modem is registered with network
if (interface->is_registered_csd() || interface->is_registered_psd() || interface->is_registered_eps()) {