diff options
Diffstat (limited to 'src/occ_405/main.c')
-rwxr-xr-x | src/occ_405/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/main.c b/src/occ_405/main.c index ad09280..f80486e 100755 --- a/src/occ_405/main.c +++ b/src/occ_405/main.c @@ -1343,10 +1343,11 @@ void hmon_routine() } //if we are in observation, characterization, or activate state, then monitor the processor - //temperature for timeout conditions and the processor VRHOT signal. + //and VRM Vdd temperatures for timeout conditions if (IS_OCC_STATE_OBSERVATION() || IS_OCC_STATE_ACTIVE() || IS_OCC_STATE_CHARACTERIZATION()) { amec_health_check_proc_timeout(); +// enable with VRM Vdd read support amec_health_check_vrm_vdd_temp_timeout(); } //if we are in observation, characterization, or active state with memory temperature data |