altos: Use stdbool true/false instead of TRUE/FALSE
[fw/altos] / src / drivers / ao_watchdog.c
index c0582c12cbc1cd1ff4dc48e5d2b478aaf115f7b8..4d774c3ae2d5bbdda3ecb6dc07c1da53d0482f32 100644 (file)
@@ -18,7 +18,7 @@
 
 #include <ao.h>
 
-static int     ao_watchdog_enabled = TRUE;
+static int     ao_watchdog_enabled = true;
 
 static void
 ao_watchdog(void)