diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-04 19:36:11 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-04 19:36:11 +0000 |
commit | ff31556cade73e3bcf0a270e1f332c0c98615355 (patch) | |
tree | 5148ace85472c3d05fa2321098066b584a546e98 /test | |
parent | 31ff7676c6e2b7aee63fc2c06bd19c565a74ad7a (diff) | |
download | ChibiOS-ff31556cade73e3bcf0a270e1f332c0c98615355.tar.gz ChibiOS-ff31556cade73e3bcf0a270e1f332c0c98615355.tar.bz2 ChibiOS-ff31556cade73e3bcf0a270e1f332c0c98615355.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8689 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test')
-rw-r--r-- | test/rt/testbuild/halconf.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/rt/testbuild/halconf.h b/test/rt/testbuild/halconf.h index 12e9f8e72..28f18425a 100644 --- a/test/rt/testbuild/halconf.h +++ b/test/rt/testbuild/halconf.h @@ -31,13 +31,6 @@ /*#include "mcuconf.h"*/
/**
- * @brief Enables the TM subsystem.
- */
-#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
-#define HAL_USE_TM FALSE
-#endif
-
-/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
@@ -170,6 +163,13 @@ #define HAL_USE_USB FALSE
#endif
+/**
+ * @brief Enables the WDG subsystem.
+ */
+#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
+#define HAL_USE_WDG FALSE
+#endif
+
/*===========================================================================*/
/* ADC driver related settings. */
/*===========================================================================*/
|