Commit bb47a50d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix posix uptime driver

parent d6b9e767
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ class Uptime {
		uint64_t get_s();
		uint64_t get_us();
		uint64_t get_cycles();
		void tick_s() {};
};

extern Uptime uptime;