Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Sep 26, 2024
1 parent e86801a commit b83de7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keywords.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ FIFO_Mode KEYWORD1
SampleMode KEYWORD1
CommandTable KEYWORD1
StatusReg KEYWORD1
TagPriority KEYWORD1
TapDetectionPriority KEYWORD1
SensorStatus KEYWORD1
ioEvent_t KEYWORD1

Expand Down
2 changes: 1 addition & 1 deletion src/SensorQMI8658.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class SensorQMI8658 :
STATUS1_TAP_MOTION = _BV(10),
};

enum TagPriority {
enum TapDetectionPriority {
PRIORITY0, // (X > Y> Z)
PRIORITY1, // (X > Z > Y)
PRIORITY2, // (Y > X > Z)
Expand Down

0 comments on commit b83de7a

Please sign in to comment.