From 757aafa582af0f1647770988063ba718565d4ef9 Mon Sep 17 00:00:00 2001 From: Narr the Reg Date: Tue, 7 Mar 2023 20:15:46 -0600 Subject: input_common: Minor typo issues (#9922) --- src/common/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/input.h b/src/common/input.h index b5748a6c8..98e934685 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -46,7 +46,7 @@ enum class PollingMode { // Constant polling of buttons, analogs and motion data Active, // Only update on button change, digital analogs - Pasive, + Passive, // Enable near field communication polling NFC, // Enable infrared camera polling -- cgit v1.2.3