embedded RTOS class project.

Fork of RTOS_project by Mike Moore

Revision:
2:4336e18b60fe
Parent:
1:a3df81701818
Child:
4:e3887e314551
--- a/main.cpp	Tue Sep 17 20:40:09 2013 +0000
+++ b/main.cpp	Tue Sep 17 20:43:42 2013 +0000
@@ -136,7 +136,7 @@
     #include "C12832_lcd.h"                     // LCD display.
     #include "rtos.h"                           // RTOS.
     #include "mmSPI_RTOS.h"                     // SPI.
-    #include "watchdog.h"                       // watchdog.
+    #include "watchdog_RTOS.h"                  // watchdog.
 //---defines------------------------------------//------------------------------
     #define LCD1 lcd.locate(0, 0);              // LCD line 1.
     #define LCD2 lcd.locate(0,11);              // LCD line 2.
@@ -810,8 +810,8 @@
 
     void watchdogThread(void const *args)       // overall watchdog.
     {
-      int      dHeartbeat;                      // heartbeat counter.
-      Watchdog watchdog;                        // the one and only watchdog.
+      int           dHeartbeat;                 // heartbeat counter.
+      Watchdog_RTOS watchdog;                   // the one and only watchdog.
       
       dHeartbeat = 0;                           // initialize.