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:
parent
50e6ae8a0d
commit
7722e728f3
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue