This commit is contained in:
Baptiste Wicht 2016-08-09 21:03:40 +02:00
parent f9855f080c
commit 91b5dac2f3

View File

@ -17,9 +17,9 @@
namespace { namespace {
uint64_t _timer_ticks = 0; volatile uint64_t _timer_ticks = 0;
uint64_t _timer_seconds = 0; volatile uint64_t _timer_seconds = 0;
uint64_t _timer_milliseconds = 0; volatile uint64_t _timer_milliseconds = 0;
uint64_t _timer_frequency = 0; uint64_t _timer_frequency = 0;
//TODO The uptime in seconds with HPET is not correct //TODO The uptime in seconds with HPET is not correct