We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31114ba commit 2d8c153Copy full SHA for 2d8c153
components/cellular/COMPONENT_STMOD_CELLULAR/STModCellular.cpp
@@ -113,6 +113,8 @@ nsapi_error_t STModCellular::soft_power_on()
113
if ((MBED_CONF_STMOD_CELLULAR_CTS != NC) && (MBED_CONF_STMOD_CELLULAR_RTS != NC)) {
114
tr_debug("Enable flow control\r\n");
115
116
+ pin_mode(MBED_CONF_STMOD_CELLULAR_CTS, PullDown);
117
+
118
_at->lock();
119
// enable CTS/RTS flowcontrol
120
_at->set_stop_tag(mbed::OK);
0 commit comments