We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080fa8 commit 86cbf95Copy full SHA for 86cbf95
src/common/tusb_debug.h
@@ -52,6 +52,7 @@ extern char const* const tu_str_xfer_result[];
52
void tu_print_mem(void const *buf, uint32_t count, uint8_t indent);
53
54
#ifdef CFG_TUSB_DEBUG_PRINTF
55
+ #include <stdio.h>
56
extern int CFG_TUSB_DEBUG_PRINTF(const char *format, ...);
57
#define tu_printf CFG_TUSB_DEBUG_PRINTF
58
#else
0 commit comments