[Bug] Include gpio.h in solenoid driver for GPIO Control functions (#13716)

xap
Drashna Jaelre 4 years ago committed by GitHub
parent f945c352e7
commit 9e782e4f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      drivers/haptic/solenoid.c

@ -18,6 +18,7 @@
#include "timer.h"
#include "solenoid.h"
#include "haptic.h"
#include "gpio.h"
bool solenoid_on = false;
bool solenoid_buzzing = false;

Loading…
Cancel
Save