Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: C12832_lcd USBDevice mbed-rtos mbed mmSPI_RTOS watchdog_RTOS
Fork of RTOS_project_fork_01 by
Diff: main.cpp
- Revision:
- 4:e3887e314551
- Parent:
- 2:4336e18b60fe
--- a/main.cpp	Tue Sep 17 20:45:34 2013 +0000
+++ b/main.cpp	Tue Sep 17 23:59:15 2013 +0000
@@ -912,6 +912,13 @@
       ptToHost->cRegisterValue = 0x00;
       ptToHost->cMMaddress     = 0x00;
       ptToHost->cMMdataH       = 0x00;
-      ptToHost->cMMdataL       = 0x00;
+      ptToHost->cMMdataL       = 0x00; 
+      ptToHost->cReg0          = 0x00;
+      ptToHost->cReg1          = 0x00;
+      ptToHost->cReg2          = 0x00;
+      ptToHost->cReg3          = 0x00;
+      ptToHost->cPC            = 0x00;
+      ptToHost->cIRH           = 0x00;
+      ptToHost->cIRL           = 0x00;   
     }                                           // clear_tToHost.
 /*----------------------------------------------//----------------------------*/
\ No newline at end of file
    