diff options
| author | Dario Pagani <dario.pagani.146@gmail.com> | 2021-01-30 21:46:47 +0100 |
|---|---|---|
| committer | Dario Pagani <dario.pagani.146@gmail.com> | 2021-01-30 21:46:47 +0100 |
| commit | e4fe2b447962d41f8c49c0f115517df598734141 (patch) | |
| tree | 1d8bdb0b0bd92a0db7ca3d6f736c54f4bc573b0e /hid-tminit.h | |
| parent | 516d7bbfcdb387e5bbab2b821628db43a8571b8f (diff) | |
| download | hid-tminit-e4fe2b447962d41f8c49c0f115517df598734141.tar.gz hid-tminit-e4fe2b447962d41f8c49c0f115517df598734141.zip | |
format
Diffstat (limited to 'hid-tminit.h')
| -rw-r--r-- | hid-tminit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hid-tminit.h b/hid-tminit.h index 04b0cf9..1273714 100644 --- a/hid-tminit.h +++ b/hid-tminit.h @@ -29,7 +29,7 @@ static const unsigned int setup_arr_sizes[] = { struct tm_wheel_info { uint16_t wheel_type; - /** + /** * See when the USB control out packet is prepared... * @TODO The TMX seems to require multiple control codes to switch. */ @@ -39,7 +39,7 @@ struct tm_wheel_info { }; /** - * Known wheels. + * Known wheels. * Note: TMX does not work as it requires 2 control packets */ static const struct tm_wheel_info tm_wheels_infos[] = { |
