Mike Moore / Mbed 2 deprecated RTOS_project_fork_01

Fork of RTOS_project by Mike Moore

Files at this revision

API Documentation at this revision

Comitter:
gatedClock
Date:
Tue Sep 17 20:43:42 2013 +0000
Parent:
1:a3df81701818
Child:
3:1b3329242491
Commit message:
update.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
watchdog.lib Show diff for this revision Revisions of this file
watchdog_RTOS.lib Show annotated file Show diff for this revision Revisions of this file
--- 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.
 
--- a/watchdog.lib	Tue Sep 17 20:40:09 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-watchdog#f27d373a8e28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/watchdog_RTOS.lib	Tue Sep 17 20:43:42 2013 +0000
@@ -0,0 +1,1 @@
+watchdog_RTOS#60654f9e0936