Fix release build
已通過所有檢查
ci/woodpecker/push/build Pipeline was successful

此提交包含在:
2022-12-28 23:28:49 +01:00
父節點 dec021b1ec
當前提交 e6a7918bac
共有 2 個檔案被更改,包括 3 行新增1 行删除

查看文件

@@ -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