Tidy up print/debug logging headers (#22969)
This commit is contained in:
parent
f2299ee5f8
commit
bb71145632
3 changed files with 20 additions and 49 deletions
|
@ -24,10 +24,3 @@
|
|||
#pragma once
|
||||
|
||||
#include "avr/xprintf.h"
|
||||
|
||||
// Create user & normal print defines
|
||||
#define print(s) xputs(PSTR(s))
|
||||
#define println(s) xputs(PSTR(s "\r\n"))
|
||||
#define uprint(s) xputs(PSTR(s))
|
||||
#define uprintln(s) xputs(PSTR(s "\r\n"))
|
||||
#define uprintf(fmt, ...) __xprintf(PSTR(fmt), ##__VA_ARGS__)
|
Loading…
Add table
Add a link
Reference in a new issue