1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-13 19:40:31 +03:00

PICO define away stdio_pico_stub.c.

This commit is contained in:
Matthew Selby 2025-05-13 18:20:49 +01:00
parent 1635dc806e
commit 12ca97eacb

View file

@ -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