]> git.sur5r.net Git - freertos/blobdiff - Demo/MB91460_Softune/SRC/watchdog/watchdog.h
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / MB91460_Softune / SRC / watchdog / watchdog.h
index 9f95d24ff1387df50a248c1a89119f33386ffd1a..d36c0c67be64de54306b18e7db4c0d90f2127d19 100644 (file)
@@ -6,6 +6,10 @@
   watchdog.h\r
   - This file contains the defines and function declaration for hardware watchdog.\r
 -------------------------------------------------------------------------*/\r
+\r
+#ifndef WATCHDOG_H\r
+#define WATCHDOG_H\r
+\r
 /* \r
  * Clear watchdog defines \r
  */\r
@@ -42,5 +46,7 @@
  * Watchdog function declarations \r
  */\r
 void InitWatchdog (void);\r
-void vStartWatchdogTask(unsigned portSHORT);\r
+void vStartWatchdogTask(unsigned short);\r
+\r
+#endif\r
 \r