OSDN Git Service

STPK-1429 Remove artificial cap on sensor update rate
[android-x86/hardware-intel-libsensors.git] / common.h
index e8e0a9f..a868d82 100644 (file)
--- a/common.h
+++ b/common.h
@@ -31,7 +31,6 @@
 #define MAX_SENSOR_REPORT_SIZE 32      /* Sensor report buffer size */
 
 #define MAX_NAME_SIZE          32
-#define CAP_SENSOR_MAX_FREQUENCY       1000
 
 #define ARRAY_SIZE(x) sizeof(x)/sizeof(x[0])