Commit 8481b7d2 authored by wujing's avatar wujing

fix merge erro

parent 40317d96
...@@ -221,6 +221,8 @@ int rr_dl_run(module_id_t Mod_id, ...@@ -221,6 +221,8 @@ int rr_dl_run(module_id_t Mod_id,
cur_UE = &UE_sched.next[UE_id]; cur_UE = &UE_sched.next[UE_id];
} }
} }
skip_ue:
UE_id = next_ue_list_looped(UE_list, UE_id); UE_id = next_ue_list_looped(UE_list, UE_id);
} while (UE_id != *start_ue); } while (UE_id != *start_ue);
*cur_UE = -1; // mark end *cur_UE = -1; // mark end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment