瀏覽代碼

Remove debugging by default

tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
81320fae4b
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      src/drivers/bus/pci.c

+ 0
- 2
src/drivers/bus/pci.c 查看文件

@@ -2,8 +2,6 @@
2 2
 #include "dev.h"
3 3
 #include "pci.h"
4 4
 
5
-#define DEBUG_PCI
6
-
7 5
 #undef DBG
8 6
 #ifdef DEBUG_PCI
9 7
 #define DBG(...) printf ( __VA_ARGS__ )

Loading…
取消
儲存