We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 976e6d4 commit 6c9e62cCopy full SHA for 6c9e62c
integration_test/logic/Flash.cpp
@@ -126,18 +126,23 @@ namespace application
126
--transferBuffers;
127
if (transferBuffers == 0 && readingBuffer.empty())
128
onDone();
129
+
130
+ MethodDone();
131
}
132
133
void FlashProxy::WriteDone()
134
{
135
136
if (transferBuffers == 0 && writingBuffer.empty())
137
138
139
140
141
142
void FlashProxy::EraseSectorsDone()
143
144
145
146
147
148
void FlashProxy::ReadPartialBuffer(uint32_t address, uint32_t start)
0 commit comments