diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 18:51:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-29 18:51:15 +0000 |
commit | 3d87970a4d3f0f72560d725ecb284eaac1a69835 (patch) | |
tree | 3f60cd7da421be3825a0bd4d6541eb8bda749706 /os/hal/templates/halconf.h | |
parent | 79c27fd17e0fbbf79b56853bf2fc7a02b6f72ac4 (diff) | |
download | ChibiOS-3d87970a4d3f0f72560d725ecb284eaac1a69835.tar.gz ChibiOS-3d87970a4d3f0f72560d725ecb284eaac1a69835.tar.bz2 ChibiOS-3d87970a4d3f0f72560d725ecb284eaac1a69835.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1364 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates/halconf.h')
-rw-r--r-- | os/hal/templates/halconf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/os/hal/templates/halconf.h b/os/hal/templates/halconf.h index f08ffcda5..35948950b 100644 --- a/os/hal/templates/halconf.h +++ b/os/hal/templates/halconf.h @@ -56,13 +56,6 @@ #endif
/**
- * @brief Enables the MII subsystem.
- */
-#if !defined(CH_HAL_USE_MII) || defined(__DOXYGEN__)
-#define CH_HAL_USE_MII TRUE
-#endif
-
-/**
* @brief Enables the SERIAL subsystem.
*/
#if !defined(CH_HAL_USE_SERIAL) || defined(__DOXYGEN__)
|