Skip to content

Commit f6fec47

Browse files
committed
--amend
1 parent 9725f8d commit f6fec47

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/utility/ota/OTA-samd.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ bool samd_isOTACapable()
9191
return true;
9292
}
9393
#endif
94-
95-
return false
94+
return false;
9695
}
9796

9897
#endif /* ARDUINO_ARCH_SAMD */

src/utility/ota/OTA.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <Arduino_DebugUtils.h>
2828

2929
/******************************************************************************
30-
* FUNCTION DEFINITION
30+
* FUNCTION DECLARATION
3131
******************************************************************************/
3232

3333
#ifdef ARDUINO_ARCH_SAMD
@@ -59,7 +59,6 @@ bool esp32_isOTACapable();
5959
* PUBLIC MEMBER FUNCTIONS
6060
******************************************************************************/
6161

62-
6362
int OTA::onRequest(String url)
6463
{
6564
DEBUG_INFO("ArduinoIoTCloudTCP::%s _ota_url = %s", __FUNCTION__, url.c_str());

0 commit comments

Comments
 (0)