Explorar el Código

sm8450-common: sensors: Add more padding to oem_msg

Change-Id: Id60a1b5a9c3e39cdf8316ca5f94ca43902cbf917
Signed-off-by: Jens Reidel <[email protected]>
Jens Reidel hace 10 meses
padre
commit
38dfb43fbd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      sensors/sensor-notifier/include/SscCalApi.h

+ 1 - 1
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);