diff options
Diffstat (limited to 'cpu/i386/timer.c')
-rw-r--r-- | cpu/i386/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/i386/timer.c b/cpu/i386/timer.c index 46db23f..79039c2 100644 --- a/cpu/i386/timer.c +++ b/cpu/i386/timer.c @@ -72,7 +72,7 @@ int timer_init(void) } -#ifdef CONFIG_SYS_TIMER_GENERIC +#ifdef CONFIG_SYS_GENERIC_TIMER /* the unit for these is CONFIG_SYS_HZ */ |