this is weird
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-03-27 18:59:31 +02:00
parent 1727168ee5
commit 7023fe5c42
2 changed files with 4 additions and 3 deletions

View File

@ -87,6 +87,7 @@ class PapbVcInterface : public VirtualChannelIF {
std::string uioFile;
int mapNum = 0;
mutable struct timespec nextDelay = {.tv_sec = 0, .tv_nsec = 1000};
mutable struct timespec remDelay;
volatile uint32_t* vcBaseReg = nullptr;