From bf948b57903a55b562287347129ec718154b5f82 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Mon, 23 May 2022 11:33:34 -0500 Subject: input_common: Make vibration request async --- src/common/input.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common') 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 -- cgit v1.2.3