diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-09 19:37:58 +0000 |
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-01-09 19:37:58 +0000 |
| commit | a2708c091beb3331967dff2af9a9232744427de4 (patch) | |
| tree | b6b7e640ea6ac6876c291f9c09acdac3fc26847d /testhal/STM32F1xx/MAC | |
| parent | 3de75ec6c3c29edde55edfa75f2db26c198de35a (diff) | |
| download | ChibiOS-a2708c091beb3331967dff2af9a9232744427de4.tar.gz ChibiOS-a2708c091beb3331967dff2af9a9232744427de4.tar.bz2 ChibiOS-a2708c091beb3331967dff2af9a9232744427de4.zip | |
Updated all halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3777 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/MAC')
| -rw-r--r-- | testhal/STM32F1xx/MAC/halconf.h | 7 | ||||
| -rw-r--r-- | testhal/STM32F1xx/MAC/main.c | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/MAC/halconf.h b/testhal/STM32F1xx/MAC/halconf.h index 8ccf4de5c..fda316d97 100644 --- a/testhal/STM32F1xx/MAC/halconf.h +++ b/testhal/STM32F1xx/MAC/halconf.h @@ -35,6 +35,13 @@ #include "mcuconf.h"
/**
+ * @brief Enables the TM subsystem.
+ */
+#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
+#define HAL_USE_TM TRUE
+#endif
+
+/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
diff --git a/testhal/STM32F1xx/MAC/main.c b/testhal/STM32F1xx/MAC/main.c index 6e6081162..0e14236da 100644 --- a/testhal/STM32F1xx/MAC/main.c +++ b/testhal/STM32F1xx/MAC/main.c @@ -37,7 +37,7 @@ int main(void) { chSysInit();
/*
- * Activates the EXT driver 1.
+ * Activates the MAC driver 1.
*/
/* macStart(ÐD1, NULL);*/
|
