Skip to content

Commit

Permalink
Merge pull request #2 from ponderingm/patch-1
Browse files Browse the repository at this point in the history
Update SwitchControlLibrary.cpp
  • Loading branch information
celclow authored Nov 19, 2021
2 parents 2c715d6 + f6e212a commit 3e54c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SwitchControlLibrary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ uint8_t HatState::getHat()
case 0b1001:
hat = Hat::UP_LEFT;
break;
case 0b1010:
case 0b1100:
hat = Hat::DOWN_LEFT;
break;
default:
Expand Down

0 comments on commit 3e54c20

Please sign in to comment.