X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=791856ee5fc4d7604b08c38f2ec32afae387ce43;hb=a2fc2366ad564f11e705703ed1f42b7dc499a47c;hp=1db1053841b438c81e3490e74d43bc16caf8983b;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 1db10538..791856ee 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 "cfg/cfg_wdt.h" #include // INLINE -#include +#include "cfg/cfg_arch.h" /* Configury sanity check */ #if !defined(CONFIG_WATCHDOG) || (CONFIG_WATCHDOG != 0 && CONFIG_WATCHDOG != 1)