Revert "Increase stylus data timeout."

This reverts commit 8b0673ce0c.
This commit is contained in:
Michael Wright 2015-04-21 22:37:02 +01:00
parent 671024b4cd
commit e2434fecb9
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ static const size_t MAX_SLOTS = 32;
// Maximum amount of latency to add to touch events while waiting for data from an
// external stylus.
static const constexpr nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(72);
static const nsecs_t EXTERNAL_STYLUS_DATA_TIMEOUT = ms2ns(32);
// --- Static Functions ---