Skip to content

Commit

Permalink
[Bug] Include gpio.h in solenoid driver for GPIO Control functions (#…
Browse files Browse the repository at this point in the history
…13716)
  • Loading branch information
drashna authored Jul 26, 2021
1 parent f945c35 commit 9e782e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/haptic/solenoid.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include "timer.h"
#include "solenoid.h"
#include "haptic.h"
#include "gpio.h"

bool solenoid_on = false;
bool solenoid_buzzing = false;
Expand Down

0 comments on commit 9e782e4

Please sign in to comment.