diff options
Diffstat (limited to 'src/pc80/i8254.c')
-rw-r--r-- | src/pc80/i8254.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/i8254.c b/src/pc80/i8254.c index e5dc40b56b..ca993f494c 100644 --- a/src/pc80/i8254.c +++ b/src/pc80/i8254.c @@ -35,7 +35,7 @@ void setup_i8254(void) outb(0x12, TIMER1_PORT); } -#ifdef CONFIG_UDELAY_TIMER2 +#if CONFIG_UDELAY_TIMER2 static void load_timer2(unsigned int ticks) { /* Set up the timer gate, turn off the speaker */ |