Fixing LinkSPI edge cases

This commit is contained in:
Rodrigo Alfonso
2023-01-30 00:36:56 -03:00
parent c8e639ff8f
commit 0be474b239
7 changed files with 39 additions and 38 deletions

View File

@@ -62,12 +62,12 @@ int main() {
} else {
output += std::string("Waiting...");
}
log(output);
// (5) Mark the current state copy (front buffer) as consumed
linkCable->consume();
VBlankIntrWait();
log(output);
}
return 0;