1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 19:10:32 +03:00

PICO: Remove poisoned sprintf / snprintf issue in tinyUSB

This commit is contained in:
blckmn 2025-06-10 10:22:30 +10:00
parent 50e6ae8a0d
commit 7722e728f3

View file

@ -24,6 +24,13 @@
#include "platform.h"
#include "tusb_config.h"
/*
Make sure the tinyUSB common header includes don't
bring in the poisoned sprintf, snprintf etc.
*/
#define _STDIO_H_
#include "tusb.h"
#include "usb_cdc.h"