less cycles..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main-v6 This commit looks good

This commit is contained in:
Robin Müller 2023-06-29 00:35:06 +02:00
parent 25da131653
commit 03e772246f
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -80,7 +80,7 @@ class PapbVcInterface : public VirtualChannelIF {
static constexpr long int FIRST_DELAY_PAPB_POLLING_NS = 10;
static constexpr long int MAX_DELAY_PAPB_POLLING_NS = 40;
static constexpr uint32_t MAX_BUSY_POLLS = 100000;
static constexpr uint32_t MAX_BUSY_POLLS = 1000;
LinuxLibgpioIF* gpioComIF = nullptr;
/** High when external buffer memory of virtual channel is empty */