test2

Revision:
0:c9dd27c3919d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TUTK_output.h	Wed Jun 08 03:30:57 2016 +0000
@@ -0,0 +1,15 @@
+
+    #include "cmsis_os.h"
+    #ifdef __cplusplus
+    
+    extern "C" {
+    #endif
+ 
+    void dump(const char *out);
+    //void test_thread();
+    void tutkcreatthread(void (*task)(void const *argument), void *argument,osPriority priority, uint32_t stack_size, unsigned char *stack_pointer);
+ 
+    #ifdef __cplusplus
+    }
+    #endif
+