summaryrefslogtreecommitdiffstats
path: root/src/occ_405/cmdh/cmdh_fsp_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/cmdh/cmdh_fsp_cmds.h')
-rwxr-xr-xsrc/occ_405/cmdh/cmdh_fsp_cmds.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/occ_405/cmdh/cmdh_fsp_cmds.h b/src/occ_405/cmdh/cmdh_fsp_cmds.h
index e09ecc2..8961238 100755
--- a/src/occ_405/cmdh/cmdh_fsp_cmds.h
+++ b/src/occ_405/cmdh/cmdh_fsp_cmds.h
@@ -176,7 +176,8 @@ typedef struct __attribute__ ((packed)) cmdh_poll_sensor_datablock
typedef struct __attribute__ ((packed)) cmdh_poll_temp_sensor
{
uint32_t id; // Sensor id.
- uint16_t value; // current temperature sensor reading in degrees C
+ uint8_t fru_type;
+ uint8_t value; // current temperature sensor reading in degrees C
} cmdh_poll_temp_sensor_t;
typedef struct __attribute__ ((packed)) cmdh_poll_freq_sensor
OpenPOWER on IntegriCloud