From 3b9d07865c88a5ae529b7c7e7b88b77d1e54fcd2 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sat, 30 Mar 2024 12:11:30 +0100 Subject: [PATCH] Remove obsolete `#define NONMATCH` in `global.h` --- include/global.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/global.h b/include/global.h index 7247cb4b..e3d80975 100644 --- a/include/global.h +++ b/include/global.h @@ -17,7 +17,6 @@ // Prevent the IDE from reporting errors that the compiler/linker won't report #ifdef __INTELLISENSE__ -#define NONMATCH #endif #define ARM _Pragma("thumb off")