diff --git a/include/input/Input.h b/include/input/Input.h index df6921a59..235813e52 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -114,7 +114,7 @@ enum { /* * Maximum number of samples supported per motion event. */ -#define MAX_SAMPLES UINT16_MAX +#define MAX_SAMPLES 65535 /* * Maximum pointer id value supported in a motion event.