We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd328b9 commit 69363ebCopy full SHA for 69363eb
src/platform/silabs/multi-ota/OTATlvProcessor.h
@@ -43,7 +43,6 @@ namespace chip {
43
#define CHIP_OTA_PROCESSOR_START_IMAGE CHIP_ERROR_TLV_PROCESSOR(0x0E)
44
#define SL_GENERIC_OTA_ERROR CHIP_ERROR_TLV_PROCESSOR(0x0E)
45
46
-
47
// Descriptor constants
48
inline constexpr size_t kVersionStringSize = 64;
49
inline constexpr size_t kBuildDateSize = 64;
@@ -83,7 +82,6 @@ class OTATlvProcessor
83
82
virtual CHIP_ERROR Clear() = 0;
84
virtual CHIP_ERROR ApplyAction() = 0;
85
virtual CHIP_ERROR FinalizeAction() = 0;
86
- // virtual CHIP_ERROR AbortAction() = 0;
87
virtual CHIP_ERROR ExitAction() { return CHIP_NO_ERROR; }
88
89
CHIP_ERROR Process(ByteSpan & block);
0 commit comments