Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/examples/multicore.c

    r9013eb0 r348006f  
    11#include <kernel>
    2 #include <threads>
     2#include <thread>
    33
    4 struct MyThread { thread t; };
     4struct MyThread { thread_desc t; };
    55
    66DECL_THREAD(MyThread);
Note: See TracChangeset for help on using the changeset viewer.