X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fwdt.h;h=55b74264f535dc13d269c894c341197c208d45c2;hb=9d38debd0d2b2eaeeeec7f82d7c39e749ac729e5;hp=4b1e6a914f0b1643948ede16276145811f15b14e;hpb=d62963b4a64efe8d2917f489fefaf586a9a99126;p=bertos.git diff --git a/bertos/drv/wdt.h b/bertos/drv/wdt.h index 4b1e6a91..55b74264 100644 --- a/bertos/drv/wdt.h +++ b/bertos/drv/wdt.h @@ -32,7 +32,7 @@ * * \version $Id$ * - * \author Bernardo Innocenti + * \author Bernie Innocenti * * \brief Watchdog interface */ @@ -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) @@ -54,11 +54,7 @@ #include #if OS_QT - #if _QT < 4 - #include - #else #include - #endif #elif OS_POSIX #include #elif CPU_AVR