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:
parent
a1900bd1fd
commit
06e3eec915
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
#include <stdint.h>
|
||||
|
||||
#include "platform.h"
|
||||
#include "drivers/io_def.h"
|
||||
#include "drivers/io.h"
|
||||
|
||||
#include "drivers/dma.h"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#define IO_TAG(pinid) DEFIO_TAG(pinid)
|
Loading…
Add table
Add a link
Reference in a new issue