input_common: Minor typo issues (#9922)
This commit is contained in:
parent
a7792e5ff8
commit
757aafa582
8 changed files with 48 additions and 48 deletions
|
@ -60,6 +60,6 @@ private:
|
|||
std::string file_path{};
|
||||
State state{State::Initialized};
|
||||
std::vector<u8> nfc_data;
|
||||
Common::Input::PollingMode polling_mode{Common::Input::PollingMode::Pasive};
|
||||
Common::Input::PollingMode polling_mode{Common::Input::PollingMode::Passive};
|
||||
};
|
||||
} // namespace InputCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue