diff --git a/BaS_gcc/sources/pci.c b/BaS_gcc/sources/pci.c index 4921e99..b1d9cf5 100644 --- a/BaS_gcc/sources/pci.c +++ b/BaS_gcc/sources/pci.c @@ -833,8 +833,7 @@ void init_pci(void) pci_scan(); -//o#ifdef DEBUG_PCI -#ifdef _NOT_USED_ +#ifdef DEBUG_PCI int index = 0; int handle; handle = pci_find_device(0x0, 0xFFFF, ++index);