aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM8S
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-12 19:15:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-12 19:15:30 +0000
commitbc571ccd326886a8cbbde85de66b6fab91336193 (patch)
tree340502739bcc6ca937b5721c1bab9d64bed8d8b5 /testhal/STM8S
parent3db4f2d2353f7f87f5112fb8d152e87733bd9ae0 (diff)
downloadChibiOS-bc571ccd326886a8cbbde85de66b6fab91336193.tar.gz
ChibiOS-bc571ccd326886a8cbbde85de66b6fab91336193.tar.bz2
ChibiOS-bc571ccd326886a8cbbde85de66b6fab91336193.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3312 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM8S')
-rw-r--r--testhal/STM8S/SPI/demo/halconf.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/testhal/STM8S/SPI/demo/halconf.h b/testhal/STM8S/SPI/demo/halconf.h
index eaf7f9673..34f8f64d6 100644
--- a/testhal/STM8S/SPI/demo/halconf.h
+++ b/testhal/STM8S/SPI/demo/halconf.h
@@ -56,6 +56,13 @@
#endif
/**
+ * @brief Enables the EXT subsystem.
+ */
+#if !defined(HAL_USE_EXT) || defined(__DOXYGEN__)
+#define HAL_USE_EXT FALSE
+#endif
+
+/**
* @brief Enables the GPT subsystem.
*/
#if !defined(HAL_USE_GPT) || defined(__DOXYGEN__)
@@ -235,14 +242,6 @@
#endif
/*===========================================================================*/
-/* PAL driver related settings. */
-/*===========================================================================*/
-
-/*===========================================================================*/
-/* PWM driver related settings. */
-/*===========================================================================*/
-
-/*===========================================================================*/
/* SDC driver related settings. */
/*===========================================================================*/
/**