System Management code
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
Revision 21:2e83002d452d, committed 2014-11-07
- Comitter:
- martydd3
- Date:
- Fri Nov 07 01:26:37 2014 +0000
- Parent:
- 20:3dfa7e9461a0
- Child:
- 22:fc802e7715f8
- Child:
- 29:f148490b5f65
- Commit message:
- testing project
Changed in this revision
| SerialDiagnostics/SerialDiagnostics.h | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/SerialDiagnostics/SerialDiagnostics.h Fri Nov 07 01:26:37 2014 +0000
@@ -0,0 +1,13 @@
+#ifndef _SERIAL_DIAGNOSTICS_H
+#define _SERIAL_DIAGNOSTICS_H
+
+#include "MODSERIAL.h"
+#include "rtos.h"
+#include "IOobjects.h"
+
+namespace SerialDiagnostics {
+ void thread_serialOut(void const *args);
+
+}
+
+#endif
\ No newline at end of file
