Updates for new firmware #721

Merged
muellerr merged 11 commits from complete-fw-tests into main-v6 2023-07-01 13:30:29 +02:00
Showing only changes of commit 03e772246f - Show all commits

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 */