1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Debug - Fix the NUCLEOH743 target_definition_unittest failure.

This commit is contained in:
Dominic Clifton 2021-08-18 17:10:26 +02:00
parent a1900bd1fd
commit 06e3eec915
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <stdint.h>
#include "platform.h"
#include "drivers/io_def.h"
#include "drivers/io.h"
#include "drivers/dma.h"

View file

@ -0,0 +1 @@
#define IO_TAG(pinid) DEFIO_TAG(pinid)