diff options
Diffstat (limited to 'src/input_common/helpers/joycon_protocol/common_protocol.h')
| -rw-r--r-- | src/input_common/helpers/joycon_protocol/common_protocol.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/helpers/joycon_protocol/common_protocol.h b/src/input_common/helpers/joycon_protocol/common_protocol.h index f44f73ba4..62cae739a 100644 --- a/src/input_common/helpers/joycon_protocol/common_protocol.h +++ b/src/input_common/helpers/joycon_protocol/common_protocol.h | |||
| @@ -68,7 +68,7 @@ public: | |||
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | /** | 70 | /** |
| 71 | * Waits for incoming data of the joycon device that matchs the subcommand | 71 | * Waits for incoming data of the joycon device that matches the subcommand |
| 72 | * @param sub_command type of data to be returned | 72 | * @param sub_command type of data to be returned |
| 73 | * @returns a buffer containing the response | 73 | * @returns a buffer containing the response |
| 74 | */ | 74 | */ |
| @@ -137,7 +137,7 @@ public: | |||
| 137 | DriverResult EnableMCU(bool enable); | 137 | DriverResult EnableMCU(bool enable); |
| 138 | 138 | ||
| 139 | /** | 139 | /** |
| 140 | * Configures the MCU to the correspoinding mode | 140 | * Configures the MCU to the corresponding mode |
| 141 | * @param MCUConfig configuration | 141 | * @param MCUConfig configuration |
| 142 | */ | 142 | */ |
| 143 | DriverResult ConfigureMCU(const MCUConfig& config); | 143 | DriverResult ConfigureMCU(const MCUConfig& config); |