aboutsummaryrefslogtreecommitdiff
path: root/quantum/logging/debug.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2024-09-02 03:48:17 +0100
committerGitHub <noreply@github.com>2024-09-02 03:48:17 +0100
commit3bd303f204a59ed950934f5da4c299a8be33b363 (patch)
tree17ff660931b925909be4a75fba55bd67441bf2bb /quantum/logging/debug.h
parent096aca63c5d7789669d90ef5f128189be85b7a35 (diff)
Remove `arm_atsam` platform (#24337)
Diffstat (limited to 'quantum/logging/debug.h')
-rw-r--r--quantum/logging/debug.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/quantum/logging/debug.h b/quantum/logging/debug.h
index d0590474c0..b0d9b9a10e 100644
--- a/quantum/logging/debug.h
+++ b/quantum/logging/debug.h
@@ -17,10 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
-#ifndef PROTOCOL_ARM_ATSAM
-# include <stdio.h>
-#endif
-
+#include <stdio.h>
#include <stdbool.h>
#include "print.h"