#include "pico.h"
#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
Macros | |
#define | PICO_PRINTF_ALWAYS_INCLUDED 1 |
#define | weak_raw_printf(...) ({printf(__VA_ARGS__); true;}) |
#define | weak_raw_vprintf(fmt, va) ({vprintf(fmt,va); true;}) |