aboutsummaryrefslogtreecommitdiff
path: root/src/include/part/init_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/part/init_timer.h')
-rw-r--r--src/include/part/init_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/part/init_timer.h b/src/include/part/init_timer.h
index d8b372dc38..61142964a2 100644
--- a/src/include/part/init_timer.h
+++ b/src/include/part/init_timer.h
@@ -1,7 +1,7 @@
#ifndef PART_INIT_TIMER_H
#define PART_DELAY_H
-#if HAVE_INIT_TIMER == 1
+#if CONFIG_HAVE_INIT_TIMER == 1
void init_timer(void);
#else
#define init_timer() do{} while(0)