Skip to content

Commit 9e782e4

Browse files
authored
[Bug] Include gpio.h in solenoid driver for GPIO Control functions (#13716)
1 parent f945c35 commit 9e782e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/haptic/solenoid.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include "timer.h"
1919
#include "solenoid.h"
2020
#include "haptic.h"
21+
#include "gpio.h"
2122

2223
bool solenoid_on = false;
2324
bool solenoid_buzzing = false;

0 commit comments

Comments
 (0)