summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-09-10 19:08:04 +0200
committerMiguel <m.i@gmx.at>2018-09-10 19:08:04 +0200
commitee2ec6abbcfb6de48a8f5594e05ba0a837216fa8 (patch)
tree6173e5182459529ac5dc3fbb59b30fd37c5ee4ab /driver
parent65f5cca027af81e77b3e06da658b6d13f1861a03 (diff)
apic et al.
Diffstat (limited to 'driver')
-rw-r--r--driver/timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/timer.c b/driver/timer.c
index 34e7637..7e95afe 100644
--- a/driver/timer.c
+++ b/driver/timer.c
@@ -154,7 +154,7 @@ uint64_t timer_init()
uint64_t epoch_time=get_rtc_time();
task_system_clock_start=epoch_time*25; // since pit ticks 25times a second
asm_pit_rate_40ms();
- fixme("pit rate does not work anymore 1/25 seconds??" );
+ fixme("pit rate once did not work anymore 1/25 seconds?? but now ok?" );
return epoch_time;
}