diff --git a/sensors/sensor-notifier/include/SscCalApi.h b/sensors/sensor-notifier/include/SscCalApi.h index 53afa5b..034efb6 100644 --- a/sensors/sensor-notifier/include/SscCalApi.h +++ b/sensors/sensor-notifier/include/SscCalApi.h @@ -23,7 +23,7 @@ struct _oem_msg { float unknown2; float notifyTypeFloat; float value; - float unused[10]; + float unused[16]; }; typedef void (*init_current_sensors_t)(bool debug);