summaryrefslogtreecommitdiffstats
path: root/src/occ_405/thread/thrm_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/thread/thrm_thread.c')
-rwxr-xr-xsrc/occ_405/thread/thrm_thread.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/occ_405/thread/thrm_thread.c b/src/occ_405/thread/thrm_thread.c
index 13d9423..b7a6100 100755
--- a/src/occ_405/thread/thrm_thread.c
+++ b/src/occ_405/thread/thrm_thread.c
@@ -83,6 +83,7 @@ uint8_t THRM_thread_get_cooling_request()
// End Function Specification
errlHndl_t thrm_thread_load_thresholds()
{
+/* TEMP -- THRM THREAD NOT YET ENABLED (NEED SENSOR / AMEC)
errlHndl_t l_err = NULL;
cmdh_thrm_thresholds_t *l_data = NULL;
uint8_t i = 0;
@@ -151,7 +152,7 @@ errlHndl_t thrm_thread_load_thresholds()
}while(0);
return(l_err);
-
+*/
}
@@ -329,6 +330,7 @@ BOOLEAN thrm_thread_vrm_fan_control(const uint16_t i_vrfan)
// End Function Specification
void thrm_thread_main()
{
+/* TEMP -- THRM THREAD NOT ENABLED YET (NEED SENSOR / AMEC)
errlHndl_t l_err = NULL;
BOOLEAN l_IncreaseFans = FALSE;
sensor_t *l_sensor = NULL;
@@ -432,7 +434,7 @@ void thrm_thread_main()
* @userdata4 OCC_NO_EXTENDED_RC
* @devdesc Request a fan increase and fan is already in full speed
*
- */
+ */ /*
l_err = createErrl(THRD_THERMAL_MAIN, //modId
FAN_FULL_SPEED, //reasoncode
OCC_NO_EXTENDED_RC, //Extended reason code
@@ -456,4 +458,5 @@ void thrm_thread_main()
}
}
}
+*/
}
OpenPOWER on IntegriCloud