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 86bbcc1 commit aad8c4bCopy full SHA for aad8c4b
src/ota/interface/OTAInterfaceDefault.cpp
@@ -14,8 +14,6 @@
14
#include "OTAInterfaceDefault.h"
15
#include "../OTA.h"
16
17
-static uint32_t crc_update(uint32_t crc, const void * data, size_t data_len);
18
-
19
OTADefaultCloudProcessInterface::OTADefaultCloudProcessInterface(MessageStream *ms, Client* client)
20
: OTACloudProcessInterface(ms)
21
, client(client)
0 commit comments