Browse Source

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

pull/13717/head
Drashna Jaelre 2 years ago
committed by GitHub
parent
commit
9e782e4f14
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      drivers/haptic/solenoid.c

+ 1
- 0
drivers/haptic/solenoid.c View File

@ -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