1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

add comment

addresses https://github.com/RIOT-OS/RIOT/pull/501#discussion_r8881054
This commit is contained in:
Ludwig Ortmann 2014-01-15 11:24:59 +01:00
parent 921b70d5e8
commit d3a1c1bda7

View File

@ -300,6 +300,8 @@ void native_hwtimer_pre_init()
/* initialize time delta */
time_null = 0;
time_null = hwtimer_arch_now();
/* need to call hwtimer_arch_now as hwtimer_arch_now uses
* time_null to delta native_hwtimer_now: */
hwtimer_arch_now();
}