diff options
author | bunnei <bunneidev@gmail.com> | 2022-05-28 00:55:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-28 00:55:53 -0700 |
commit | d879741ec6e6396331965dc2683d3de0d8b3880f (patch) | |
tree | 049fb06784cc394ca40e3981d6286b23eb8f386b /src/common/input.h | |
parent | 439e6216740f0ad01e88978147f02f70d182f498 (diff) | |
parent | bf948b57903a55b562287347129ec718154b5f82 (diff) |
Merge pull request #8374 from german77/asnycvibrations
input_common: Make vibration request async
Diffstat (limited to 'src/common/input.h')
-rw-r--r-- | src/common/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h index 54fcb24b0..bb42aaacc 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -72,6 +72,7 @@ enum class PollingError { enum class VibrationAmplificationType { Linear, Exponential, + Test, }; // Analog properties for calibration |