mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Removed unnecesary #includes from drivers
This commit is contained in:
parent
84cf4eb2e1
commit
3d8ee50934
37 changed files with 14 additions and 74 deletions
|
@ -15,19 +15,19 @@
|
|||
* along with Cleanflight. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "sdcard.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#ifdef USB_IO
|
||||
|
||||
#include "io.h"
|
||||
#include "system.h"
|
||||
#include "usb_io.h"
|
||||
#include "sdcard.h"
|
||||
|
||||
|
||||
#ifdef USB_IO
|
||||
|
||||
#ifdef USB_DETECT_PIN
|
||||
static IO_t usbDetectPin = IO_NONE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue