summaryrefslogtreecommitdiffstats
path: root/src/occ_405/rtls/rtls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/rtls/rtls.h')
-rwxr-xr-xsrc/occ_405/rtls/rtls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/occ_405/rtls/rtls.h b/src/occ_405/rtls/rtls.h
index 91d3e81..7db2e90 100755
--- a/src/occ_405/rtls/rtls.h
+++ b/src/occ_405/rtls/rtls.h
@@ -41,9 +41,9 @@ typedef struct task {
// These are used as indices into the task table defined below.
typedef enum {
TASK_ID_APSS_START = 0x00,
-// TASK_ID_CORE_DATA_LOW,
+ TASK_ID_CORE_DATA_LOW,
TASK_ID_APSS_CONT,
-// TASK_ID_CORE_DATA_HIGH,
+ TASK_ID_CORE_DATA_HIGH,
TASK_ID_APSS_DONE,
// TASK_ID_DCOM_RX_INBX,
// TASK_ID_DCOM_TX_INBX,
OpenPOWER on IntegriCloud