mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 19:40:31 +03:00
parent
d5f899156d
commit
a17d8c69d2
1 changed files with 10 additions and 0 deletions
|
@ -748,3 +748,13 @@ void unusedPinsInit(void)
|
||||||
{
|
{
|
||||||
printf("unusedPinsInit\n");
|
printf("unusedPinsInit\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void IOHi(IO_t io)
|
||||||
|
{
|
||||||
|
UNUSED(io);
|
||||||
|
}
|
||||||
|
|
||||||
|
void IOLo(IO_t io)
|
||||||
|
{
|
||||||
|
UNUSED(io);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue