X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=791856ee5fc4d7604b08c38f2ec32afae387ce43;hb=c22fe24a0da896a52dbc3882390ec18a440ef56a;hp=4b1e6a914f0b1643948ede16276145811f15b14e;hpb=1f72adbc5322c4515f1fafc4e92653bc81055f3e;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 4b1e6a91..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)