summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/arch/posix/driver/uptime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/posix/driver/uptime.h b/include/arch/posix/driver/uptime.h
index 93711b9..39da445 100644
--- a/include/arch/posix/driver/uptime.h
+++ b/include/arch/posix/driver/uptime.h
@@ -12,6 +12,7 @@ class Uptime {
uint64_t get_s();
uint64_t get_us();
uint64_t get_cycles();
+ void tick_s() {};
};
extern Uptime uptime;