Skip to content

Commit

Permalink
Update haptic.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zortrop authored and pfeerick committed Aug 5, 2024
1 parent 7b8071b commit 6369d9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radio/src/haptic.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ class hapticQueue

uint8_t hapticTick;

uint8_t intensity;

// queue arrays
uint8_t queueHapticLength[HAPTIC_QUEUE_LENGTH];
uint8_t queueHapticPause[HAPTIC_QUEUE_LENGTH];
Expand Down

0 comments on commit 6369d9e

Please sign in to comment.