Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/srln/srln.c

    r6eef3c4 r9d58539  
    130130            = malloc(sizeof(srln_instance_t), FRAME_ATOMIC);
    131131        if (instance) {
    132                 instance->thread = thread_create(ksrln, (void *) instance,
    133                     TASK, THREAD_FLAG_NONE, "ksrln");
     132                instance->thread
     133                        = thread_create(ksrln, (void *) instance, TASK, 0, "ksrln", false);
    134134               
    135135                if (!instance->thread) {
Note: See TracChangeset for help on using the changeset viewer.