Преглед изворни кода

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

Drashna Jaelre пре 3 година
родитељ
комит
9e782e4f14
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      drivers/haptic/solenoid.c

+ 1 - 0
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;