From bb47a50d9060517806b37aed27e9efaa98f4ab99 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 29 Jan 2019 11:35:04 +0100 Subject: fix posix uptime driver --- include/arch/posix/driver/uptime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3