Skip to content

Commit

Permalink
Merge pull request #17 from Pattonville-Robotics/greg-bahr-patch-1
Browse files Browse the repository at this point in the history
fixed typo in PhoneOrientation
  • Loading branch information
greg-bahr authored Nov 1, 2017
2 parents 0346cf8 + 8d7e98e commit 0efa29a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public enum PhoneOrientation {
LANDSCAPE(0),
PORTRAIT(270),
LANDSCAPE_INVERSE(180),
POTRAIT_INVERSE(90);
PORTRAIT_INVERSE(90);

public final double rotation;

Expand Down

0 comments on commit 0efa29a

Please sign in to comment.