Update LYNQ test
Change-Id: I9e434803f0cce9f24048f2fbc5eed2d26fa33503
diff --git a/mbtk/include/lynq/lynq_qser_thermal.h b/mbtk/include/lynq/lynq_qser_thermal.h
old mode 100644
new mode 100755
index 5bcc81b..d776dde
--- a/mbtk/include/lynq/lynq_qser_thermal.h
+++ b/mbtk/include/lynq/lynq_qser_thermal.h
@@ -1,12 +1,12 @@
-#ifndef __LYNQ_QSER_THERMAL_H__
-#define __LYNQ_QSER_THERMAL_H__
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int get_thermal_zone(int *numbers, int size);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
+#ifndef _LYNQ_QSER_THERMAL_H_
+#define _LYNQ_QSER_THERMAL_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+#define MAX_SIZE 100
+int get_thermal_zone(int *numbers, int size);
+#ifdef __cplusplus
+}
+#endif
+#endif