FreeCalypso > hg > tcs211-l1-reconst
changeset 146:a4adf4399559
l1_sync.c: l1s_task_scheduler_process() reconstructed
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 15 May 2016 19:19:33 +0000 |
parents | 7fcdd7581123 |
children | 80a10cce16e0 |
files | chipsetsw/layer1/cfile/l1_sync.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/cfile/l1_sync.c Sun May 15 19:14:12 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_sync.c Sun May 15 19:19:33 2016 +0000 @@ -1172,7 +1172,8 @@ /*-------------------------------------------------------*/ void l1s_task_scheduler_process() { - WORD32 pending_task = NO_NEW_TASK; + WORD32 pending_task; + // Call routine: SCHEDULE_TASKS. l1s_schedule_tasks(&pending_task);