summaryrefslogtreecommitdiffstats
path: root/src/occ_405/thread/threadSch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/thread/threadSch.c')
-rwxr-xr-xsrc/occ_405/thread/threadSch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/occ_405/thread/threadSch.c b/src/occ_405/thread/threadSch.c
index 9c7c660..46891c9 100755
--- a/src/occ_405/thread/threadSch.c
+++ b/src/occ_405/thread/threadSch.c
@@ -43,14 +43,12 @@ SsxTimer G_threadSchTimer;
// Index of highest priority thread in G_scheduledThreads
uint16_t G_threadSchedulerIndex = 0;
-// TEMP: Commented out dcom thread for Simics enablement.
-// Will need to reenable them when we need them again.
// Array that holds the threads that need scheduling
SsxThread* G_scheduledThreads[] =
{
&Main_thread,
&Cmd_Hndl_thread,
-// &Dcom_thread,
+ &Dcom_thread,
};
// Error log counter for the callback so that only 1 error log is created
OpenPOWER on IntegriCloud