mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
PICO define away stdio_pico_stub.c.
This commit is contained in:
parent
1635dc806e
commit
12ca97eacb
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#if 0
|
||||||
|
TODO remove this in favour of rp2_common/pico_clib_interface/newlib_interface.c
|
||||||
/*
|
/*
|
||||||
* This file is part of Betaflight.
|
* This file is part of Betaflight.
|
||||||
*
|
*
|
||||||
|
@ -82,3 +84,5 @@ int _write(int handle, char *buffer, int length)
|
||||||
UNUSED(length);
|
UNUSED(length);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue