Browse Source

Merge branch 'master' of https://gitee.com/openLuat/LuatOS

alienwalker 4 years ago
parent
commit
9dbc12da9b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      luat/include/luat_rtos.h

+ 1 - 0
luat/include/luat_rtos.h

@@ -10,6 +10,7 @@ typedef struct luat_thread{
     thread_entry entry;
     thread_entry entry;
     const char *name;
     const char *name;
     uint32_t stack_size;
     uint32_t stack_size;
+    uint32_t* task_stk;
     uint32_t priority;
     uint32_t priority;
     char* stack_buff;
     char* stack_buff;
     void* userdata;
     void* userdata;