File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -91,8 +91,7 @@ bool samd_isOTACapable()
91
91
return true ;
92
92
}
93
93
#endif
94
-
95
- return false
94
+ return false ;
96
95
}
97
96
98
97
#endif /* ARDUINO_ARCH_SAMD */
Original file line number Diff line number Diff line change 27
27
#include < Arduino_DebugUtils.h>
28
28
29
29
/* *****************************************************************************
30
- * FUNCTION DEFINITION
30
+ * FUNCTION DECLARATION
31
31
******************************************************************************/
32
32
33
33
#ifdef ARDUINO_ARCH_SAMD
@@ -59,7 +59,6 @@ bool esp32_isOTACapable();
59
59
* PUBLIC MEMBER FUNCTIONS
60
60
******************************************************************************/
61
61
62
-
63
62
int OTA::onRequest (String url)
64
63
{
65
64
DEBUG_INFO (" ArduinoIoTCloudTCP::%s _ota_url = %s" , __FUNCTION__, url.c_str ());
You can’t perform that action at this time.
0 commit comments