MPSoC Update Retry Logic #900
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "supv-retry-logic"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: SUPV Retry Logicto SUPV Retry LogicSUPV Retry Logicto MPSoC Update Retry Logic@ -574,2 +579,3 @@
while (true) {
handleUartReception();
ReturnValue_t status = handleUartReception();
if (status != returnvalue::OK) {
well this is useless