Skip to content

Commit

Permalink
formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjay900 committed Mar 12, 2023
1 parent 564e522 commit 073ba92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/usb_driver_ds3.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ static inline void turntable_get_buttons(const struct turntable_input_report *re


static inline void ds3_get_analog_axis(const struct ds3_input_report *report,
u8 analog_axis[static DS3_ANALOG_AXIS__NUM])
u8 analog_axis[static DS3_ANALOG_AXIS__NUM])
{
analog_axis[DS3_ANALOG_AXIS_LEFT_X] = report->left_x;
analog_axis[DS3_ANALOG_AXIS_LEFT_Y] = 255 - report->left_y;
Expand Down

0 comments on commit 073ba92

Please sign in to comment.