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

master
Drashna Jaelre 2021-07-25 21:24:47 -07:00 committed by GitHub
parent f945c352e7
commit 9e782e4f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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;