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 9030adc commit f976d3eCopy full SHA for f976d3e
src/utility/ota/OTA-samd.cpp
@@ -60,6 +60,8 @@ int samd_onOTARequest(char const * ota_url)
60
61
return static_cast<int>(OTAError::None);
62
#endif /* OTA_STORAGE_SNU */
63
+
64
+ (void)ota_url;
65
}
66
67
#endif /* ARDUINO_ARCH_SAMD */
0 commit comments