X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=4b1e6a914f0b1643948ede16276145811f15b14e;hb=d62963b4a64efe8d2917f489fefaf586a9a99126;hp=1db1053841b438c81e3490e74d43bc16caf8983b;hpb=e0960b1b787503b712e42776f980d792836992fd;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 1db10538..4b1e6a91 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -40,9 +40,9 @@ #ifndef DRV_WDT_H #define DRV_WDT_H -#include +#include #include // INLINE -#include +#include /* Configury sanity check */ #if !defined(CONFIG_WATCHDOG) || (CONFIG_WATCHDOG != 0 && CONFIG_WATCHDOG != 1)