mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Debug - reduce the dependency to drivers/io_types.h
This commit is contained in:
parent
e2615fdc8c
commit
a1900bd1fd
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <drivers/io.h>
|
||||
#include <drivers/io_types.h>
|
||||
|
||||
typedef struct dbgPin_s {
|
||||
ioTag_t tag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue