From ea922dd95f88d6795f0bb5bda6af3d4d10ace726 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 14 May 2016 06:39:47 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9479 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32L4xx/SPI-L3GD20/halconf.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'testhal/STM32/STM32L4xx/SPI-L3GD20/halconf.h') diff --git a/testhal/STM32/STM32L4xx/SPI-L3GD20/halconf.h b/testhal/STM32/STM32L4xx/SPI-L3GD20/halconf.h index 5ab199774..37466c5c2 100644 --- a/testhal/STM32/STM32L4xx/SPI-L3GD20/halconf.h +++ b/testhal/STM32/STM32L4xx/SPI-L3GD20/halconf.h @@ -114,13 +114,6 @@ #define HAL_USE_PWM FALSE #endif -/** - * @brief Enables the QSPI subsystem. - */ -#if !defined(HAL_USE_QSPI) || defined(__DOXYGEN__) -#define HAL_USE_QSPI TRUE -#endif - /** * @brief Enables the RTC subsystem. */ -- cgit v1.2.3