]> rtime.felk.cvut.cz Git - arc.git/commitdiff
Enabled Wdg config parameter.
authorjoek <devnull@localhost>
Mon, 27 Jun 2011 08:24:33 +0000 (10:24 +0200)
committerjoek <devnull@localhost>
Mon, 27 Jun 2011 08:24:33 +0000 (10:24 +0200)
boards/generic/EcuM_Cfg.c

index e6da8d638a953a85a4c6f1032275f223327c495b..aefc75d9b759381d8a5c33260d3f94e24e7866aa 100644 (file)
@@ -79,7 +79,7 @@ EcuM_ConfigType EcuMConfig =
         .PwmConfig = &PwmConfig,
 #endif
 #if defined(USE_WDG)
-    //.WdgConfig = &WdgConfig, /* WDG is not AUTOSAR compliant for ArctiCore */
+    .WdgConfig = &WdgConfig,
 #endif
 #if defined(USE_WDGM)
     .WdgMConfig = &WdgMConfig,