Skip to content

Commit

Permalink
Update haptic.h
Browse files Browse the repository at this point in the history
  • Loading branch information
zortrop authored Mar 26, 2023
1 parent bc3731e commit 416cc9d
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 416cc9d

Please sign in to comment.