test2

Committer:
roger_hu
Date:
Wed Jun 08 03:30:57 2016 +0000
Revision:
0:c9dd27c3919d
test2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
roger_hu 0:c9dd27c3919d 1
roger_hu 0:c9dd27c3919d 2 #include "cmsis_os.h"
roger_hu 0:c9dd27c3919d 3 #ifdef __cplusplus
roger_hu 0:c9dd27c3919d 4
roger_hu 0:c9dd27c3919d 5 extern "C" {
roger_hu 0:c9dd27c3919d 6 #endif
roger_hu 0:c9dd27c3919d 7
roger_hu 0:c9dd27c3919d 8 void dump(const char *out);
roger_hu 0:c9dd27c3919d 9 //void test_thread();
roger_hu 0:c9dd27c3919d 10 void tutkcreatthread(void (*task)(void const *argument), void *argument,osPriority priority, uint32_t stack_size, unsigned char *stack_pointer);
roger_hu 0:c9dd27c3919d 11
roger_hu 0:c9dd27c3919d 12 #ifdef __cplusplus
roger_hu 0:c9dd27c3919d 13 }
roger_hu 0:c9dd27c3919d 14 #endif
roger_hu 0:c9dd27c3919d 15