Skip to content
Snippets Groups Projects
Commit 71613e25 authored by Florian Pose's avatar Florian Pose
Browse files

Minor changes.

parent 4c38a2cc
No related branches found
No related tags found
No related merge requests found
......@@ -225,6 +225,7 @@ int ec_eoe_send(ec_eoe_t *eoe /**< EoE handler */)
complete_offset = eoe->tx_offset / 32;
}
else {
// complete size in 32 bit blocks, rounded up.
complete_offset = remaining_size / 32 + 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment