diff options
Diffstat (limited to 'src/common/input.h')
-rw-r--r-- | src/common/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |