summaryrefslogtreecommitdiff
path: root/dev/tsunami_io.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/tsunami_io.hh')
-rw-r--r--dev/tsunami_io.hh7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev/tsunami_io.hh b/dev/tsunami_io.hh
index 1dd7762e3..62af2153b 100644
--- a/dev/tsunami_io.hh
+++ b/dev/tsunami_io.hh
@@ -192,8 +192,11 @@ class TsunamiIO : public FunctionalMemory
public:
- /** Return the freqency of the RTC */
- uint32_t frequency() const { return RTC_RATE; }
+ /**
+ * Return the freqency of the RTC
+ * @return interrupt rate of the RTC
+ */
+ Tick frequency() const { return RTC_RATE; }
/**