Explorar el Código

Remove debugging by default

tags/v0.9.3
Michael Brown hace 19 años
padre
commit
81320fae4b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0
    2
      src/drivers/bus/pci.c

+ 0
- 2
src/drivers/bus/pci.c Ver fichero

@@ -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…
Cancelar
Guardar