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 bee1cc5 commit 9030adcCopy full SHA for 9030adc
src/utility/ota/OTA-samd.cpp
@@ -57,6 +57,8 @@ int samd_onOTARequest(char const * ota_url)
57
58
/* Perform the reset to reboot to SxU. */
59
NVIC_SystemReset();
60
+
61
+ return static_cast<int>(OTAError::None);
62
#endif /* OTA_STORAGE_SNU */
63
}
64
0 commit comments