Remove obsolete #define NONMATCH in global.h

This commit is contained in:
Aetias
2024-03-30 12:11:30 +01:00
parent b9b56f4e9f
commit 3b9d07865c
-1
View File
@@ -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")