diff options
Diffstat (limited to 'os/kernel/include')
| -rw-r--r-- | os/kernel/include/chthreads.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/chthreads.h b/os/kernel/include/chthreads.h index 97e03840b..f07afa9a0 100644 --- a/os/kernel/include/chthreads.h +++ b/os/kernel/include/chthreads.h @@ -212,8 +212,8 @@ typedef msg_t (*tfunc_t)(void *);  extern "C" {
  #endif
    Thread *init_thread(Thread *tp, tprio_t prio);
 -  Thread *chThdInit(void *wsp, size_t size,
 -                    tprio_t prio, tfunc_t pf, void *arg);
 +  Thread *chThdCreateI(void *wsp, size_t size,
 +                       tprio_t prio, tfunc_t pf, void *arg);
    Thread *chThdCreateStatic(void *wsp, size_t size,
                              tprio_t prio, tfunc_t pf, void *arg);
  #if CH_USE_DYNAMIC && CH_USE_WAITEXIT && CH_USE_HEAP
  | 
