aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-14 07:11:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-05-14 07:11:40 +0000
commit391474c15f0695d4b1bbe1549fefc98ef3cf9e4d (patch)
tree604592ae595678edb71fb578be779dab1064c98e /testhal/STM32
parent67e6534f658113f8bdfccab5fb6373214501d32b (diff)
downloadChibiOS-391474c15f0695d4b1bbe1549fefc98ef3cf9e4d.tar.gz
ChibiOS-391474c15f0695d4b1bbe1549fefc98ef3cf9e4d.tar.bz2
ChibiOS-391474c15f0695d4b1bbe1549fefc98ef3cf9e4d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2956 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32')
-rw-r--r--testhal/STM32/ADC/halconf.h2
-rw-r--r--testhal/STM32/CAN/halconf.h2
-rw-r--r--testhal/STM32/GPT/halconf.h2
-rw-r--r--testhal/STM32/IRQ_STORM/halconf.h2
-rw-r--r--testhal/STM32/SPI/halconf.h2
-rw-r--r--testhal/STM32/UART/halconf.h2
-rw-r--r--testhal/STM32/USB_CDC/halconf.h2
-rw-r--r--testhal/STM32/USB_MSC/halconf.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/testhal/STM32/ADC/halconf.h b/testhal/STM32/ADC/halconf.h
index 64e30249a..b42f9088b 100644
--- a/testhal/STM32/ADC/halconf.h
+++ b/testhal/STM32/ADC/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**
diff --git a/testhal/STM32/CAN/halconf.h b/testhal/STM32/CAN/halconf.h
index 2d6f92417..a7ae76b45 100644
--- a/testhal/STM32/CAN/halconf.h
+++ b/testhal/STM32/CAN/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**
diff --git a/testhal/STM32/GPT/halconf.h b/testhal/STM32/GPT/halconf.h
index c5ea28ae7..b4361f9b9 100644
--- a/testhal/STM32/GPT/halconf.h
+++ b/testhal/STM32/GPT/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**
diff --git a/testhal/STM32/IRQ_STORM/halconf.h b/testhal/STM32/IRQ_STORM/halconf.h
index ec8fe5145..249e2a621 100644
--- a/testhal/STM32/IRQ_STORM/halconf.h
+++ b/testhal/STM32/IRQ_STORM/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**
diff --git a/testhal/STM32/SPI/halconf.h b/testhal/STM32/SPI/halconf.h
index 593a64f1b..eaf7f9673 100644
--- a/testhal/STM32/SPI/halconf.h
+++ b/testhal/STM32/SPI/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**
diff --git a/testhal/STM32/UART/halconf.h b/testhal/STM32/UART/halconf.h
index 9eb3f65d5..d353272b7 100644
--- a/testhal/STM32/UART/halconf.h
+++ b/testhal/STM32/UART/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**
diff --git a/testhal/STM32/USB_CDC/halconf.h b/testhal/STM32/USB_CDC/halconf.h
index 0c4b567dd..3895ff70a 100644
--- a/testhal/STM32/USB_CDC/halconf.h
+++ b/testhal/STM32/USB_CDC/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**
diff --git a/testhal/STM32/USB_MSC/halconf.h b/testhal/STM32/USB_MSC/halconf.h
index f57c0be6a..2302e0179 100644
--- a/testhal/STM32/USB_MSC/halconf.h
+++ b/testhal/STM32/USB_MSC/halconf.h
@@ -73,7 +73,7 @@
* @brief Enables the ICU subsystem.
*/
#if !defined(HAL_USE_ICU) || defined(__DOXYGEN__)
-#define HAL_USE_ICU TRUE
+#define HAL_USE_ICU FALSE
#endif
/**