Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 1e218d1

Browse files
author
IgnoreWarnings
committed
make interrupt controller properties protected
1 parent 7cfeaad commit 1e218d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/villas/fpga/ips/intc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class InterruptController : public Core {
4545
return waitForInterrupt(irq.num);
4646
}
4747

48-
private:
48+
protected:
4949

5050
static constexpr char registerMemory[] = "reg0";
5151

0 commit comments

Comments
 (0)