aboutsummaryrefslogtreecommitdiff
path: root/src/include/part/watchdog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/part/watchdog.h')
-rw-r--r--src/include/part/watchdog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/part/watchdog.h b/src/include/part/watchdog.h
index 4374f3060d..26b537dbe9 100644
--- a/src/include/part/watchdog.h
+++ b/src/include/part/watchdog.h
@@ -1,7 +1,7 @@
#ifndef PART_WATCHDOG_H
#define PART_WATCHDOG_H
-#if USE_WATCHDOG_ON_BOOT == 1
+#if CONFIG_USE_WATCHDOG_ON_BOOT == 1
void watchdog_off(void);
#else
#define watchdog_off()