From 6d57cf45200b6b74b3385d1c6dc614a706971218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Tue, 10 Dec 2013 21:29:56 +0000 Subject: [PATCH] fixed comments --- BaS_gcc/sources/pci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);