From 96862663c615390efb164f7410174ef3abd8e61e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 27 Oct 2013 09:16:57 +0000 Subject: [PATCH] fixed errorneous comment after ifdef --- BaS_gcc/sources/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaS_gcc/sources/pci.c b/BaS_gcc/sources/pci.c index 8c25e20..c1e645c 100644 --- a/BaS_gcc/sources/pci.c +++ b/BaS_gcc/sources/pci.c @@ -143,7 +143,7 @@ uint32_t pci_read_config_longword(uint16_t bus, uint16_t slot, uint16_t function wait(1000); value = * (volatile uint32_t *) PCI_IO_OFFSET; /* access device */ -#ifdef _NOT_USED_ */ +#ifdef _NOT_USED_ /* finish config cycle */ MCF_PCI_PCICAR = MCF_PCI_PCICAR_DEVNUM(10) |