add back volatile keyword
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2023-03-31 17:36:49 +02:00
parent bb7a616283
commit f51656a813
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -95,7 +95,7 @@ class PapbVcInterface : public VirtualChannelIF {
const struct timespec BETWEEN_POLL_DELAY = {.tv_sec = 0, .tv_nsec = 10};
mutable struct timespec remDelay;
uint32_t* vcBaseReg = nullptr;
volatile uint32_t* vcBaseReg = nullptr;
uint32_t vcOffset = 0;