not sure this is correct..
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
Robin Müller 2023-03-18 15:30:24 +01:00
parent 0b81a92941
commit 7c2755db26
No known key found for this signature in database
GPG Key ID: FC76078F520434A5

View File

@ -21,6 +21,8 @@ ReturnValue_t PapbVcInterface::initialize() {
ReturnValue_t PapbVcInterface::write(const uint8_t* data, size_t size) {
if (pollPapbBusySignal() == returnvalue::OK) {
startPacketTransfer();
} else {
return PAPB_BUSY;
}
for (size_t idx = 0; idx < size; idx++) {
if (pollPapbBusySignal() == returnvalue::OK) {