Browse Source

fix typo in solenoid.h (#18635)

pull/18640/head
Giuseppe Rota 1 year ago
committed by GitHub
parent
commit
9e1ff0e6b9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      drivers/haptic/solenoid.h

+ 1
- 1
drivers/haptic/solenoid.h View File

@ -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);


Loading…
Cancel
Save