Radio Structures in OOP

Dependencies:   mbed mbed-rtos

Revision:
3:dc7e9c6bc26c
Parent:
2:7d523bdd2f50
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils/RTOS_Management/ThreadHelper.h	Sat Jan 03 04:35:32 2015 +0000
@@ -0,0 +1,9 @@
+#ifndef THREAD_HELPER_H
+#define THREAD_HELPER_H
+
+#include "mbed.h"
+#include "cmsis_os.h"
+
+extern void define_thread(osThreadDef_t&, void(*task)(void const *arg), osPriority = osPriorityNormal, uint32_t = DEFAULT_STACK_SIZE, unsigned char* = NULL);
+
+#endif  // THREAD_HELPER_H
\ No newline at end of file