diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-01-29 11:35:04 +0100 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-29 11:35:04 +0100 |
| commit | bb47a50d9060517806b37aed27e9efaa98f4ab99 (patch) | |
| tree | 4091aba96fcb81f9dc5e6fe1215d1494a277ee88 /include/arch/posix | |
| parent | d6b9e767525d5602b24b3d72b7324cac53889abd (diff) | |
fix posix uptime driver
Diffstat (limited to 'include/arch/posix')
| -rw-r--r-- | include/arch/posix/driver/uptime.h | 1 |
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; |
