Minor changes.

This commit is contained in:
Florian Pose 2006-07-31 18:52:06 +00:00
parent 2db9c81ef7
commit 2eba623f2d
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}