Fix release build

This commit is contained in:
2022-12-28 23:28:49 +01:00
parent dec021b1ec
commit e6a7918bac
2 changed files with 3 additions and 1 deletions

View File

@@ -12,8 +12,10 @@
/* XTOS platform debugging macros */
#ifdef DBG
#define DEBUG 1
#define LDRPRINT(Format, ...) if(LdrPrint) LdrPrint(Format, __VA_ARGS__);
#else
#define DEBUG 0
#define LDRPRINT(Format, ...) ((VOID)NULL)
#endif