From bd96aadd957fab46d4173cd74b31c5da44d20899 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 5 Jan 2010 17:40:46 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1502 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/mmc_spi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/hal/include/mmc_spi.h') diff --git a/os/hal/include/mmc_spi.h b/os/hal/include/mmc_spi.h index da2ed573c..2be2673fb 100644 --- a/os/hal/include/mmc_spi.h +++ b/os/hal/include/mmc_spi.h @@ -89,8 +89,8 @@ /* Derived constants and error checks. */ /*===========================================================================*/ -#if !CH_USE_EVENTS -#error "MMC_SPI driver requires CH_USE_EVENTS" +#if !CH_HAL_USE_SPI || !CH_USE_EVENTS +#error "MMC_SPI driver requires CH_HAL_USE_SPI and CH_USE_EVENTS" #endif /*===========================================================================*/ -- cgit v1.2.3