Skip to content

Commit

Permalink
fix typo in solenoid.h (#18635)
Browse files Browse the repository at this point in the history
  • Loading branch information
grota authored Oct 7, 2022
1 parent c1e05b1 commit 9e1ff0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/haptic/solenoid.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# endif
#endif

void solenoidbuzz_on(void);
void solenoid_buzz_on(void);
void solenoid_buzz_off(void);
void solenoid_set_buzz(uint8_t buzz);

Expand Down

0 comments on commit 9e1ff0e

Please sign in to comment.