diff options
Diffstat (limited to 'src/drivers/ao_watchdog.c')
-rw-r--r-- | src/drivers/ao_watchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_watchdog.c b/src/drivers/ao_watchdog.c index c0582c12..4d774c3a 100644 --- a/src/drivers/ao_watchdog.c +++ b/src/drivers/ao_watchdog.c @@ -18,7 +18,7 @@ #include <ao.h> -static int ao_watchdog_enabled = TRUE; +static int ao_watchdog_enabled = true; static void ao_watchdog(void) |