summaryrefslogtreecommitdiff
path: root/platforms
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-01-27 04:30:29 +0000
committerGitHub <noreply@github.com>2024-01-27 04:30:29 +0000
commitbb711456329beda1ab8573fbac3ad51bd398872b (patch)
treef1b2a4ac2ee53f02006e631323eb57850e7bd50e /platforms
parentf2299ee5f8560b7bae82229d92e9039288149a16 (diff)
Tidy up print/debug logging headers (#22969)
Diffstat (limited to 'platforms')
-rw-r--r--platforms/avr/_print.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/platforms/avr/_print.h b/platforms/avr/_print.h
index 5c1fdd26d8..bf8247c2f3 100644
--- a/platforms/avr/_print.h
+++ b/platforms/avr/_print.h
@@ -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__) \ No newline at end of file