We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b10b5e1 commit d1c9d4aCopy full SHA for d1c9d4a
src/ArduinoCellular.cpp
@@ -221,11 +221,11 @@ bool ArduinoCellular::awaitNetworkRegistration(){
221
if(this->debugStream != nullptr){
222
this->debugStream->print(".");
223
}
224
-#if defined(ARDUINO_ARCH_MBED)
225
- if(mbed::Watchdog::get_instance().is_running()) {
226
- mbed::Watchdog::get_instance().kick();
227
- }
228
-#endif
+ #if defined(ARDUINO_ARCH_MBED)
+ if(mbed::Watchdog::get_instance().is_running()) {
+ mbed::Watchdog::get_instance().kick();
+ }
+ #endif
229
delay(2000);
230
231
return true;
0 commit comments