1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Debug - reduce the dependency to drivers/io_types.h

This commit is contained in:
Dominic Clifton 2021-08-18 17:09:39 +02:00
parent e2615fdc8c
commit a1900bd1fd

View file

@ -20,7 +20,7 @@
#pragma once
#include <drivers/io.h>
#include <drivers/io_types.h>
typedef struct dbgPin_s {
ioTag_t tag;