diff --git a/src/platform/PICO/stdio_pico_stub.c b/src/platform/PICO/stdio_pico_stub.c index 41312f0e22..11fc1a5a6c 100644 --- a/src/platform/PICO/stdio_pico_stub.c +++ b/src/platform/PICO/stdio_pico_stub.c @@ -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. * @@ -82,3 +84,5 @@ int _write(int handle, char *buffer, int length) UNUSED(length); return -1; } + +#endif