1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Remove sdcard include header from usb_io (#13007)

This commit is contained in:
Mark Haslinghuis 2023-08-07 12:32:23 +02:00 committed by GitHub
parent 4831683155
commit 0eac4df5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,6 @@
#include "drivers/io.h"
#include "drivers/time.h"
#include "usb_io.h"
#include "sdcard.h"
#ifdef USE_USB_DETECT
static IO_t usbDetectPin;