OSDN Git Service

Shift gyro drop count from common.h to filtering.h
[android-x86/hardware-intel-libsensors.git] / common.h
index 477707c..977d810 100644 (file)
--- a/common.h
+++ b/common.h
@@ -32,8 +32,6 @@
 
 #define MAX_NAME_SIZE          32
 
-#define MIN_SAMPLES 5
-
 #define ARRAY_SIZE(x) sizeof(x)/sizeof(x[0])
 #define REPORTING_MODE(x)      ((x) & 0x06)