Просмотр исходного кода

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

Drashna Jaelre 3 лет назад
Родитель
Сommit
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;