git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1458 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-12-23 20:05:16 +00:00
parent 5e807d8128
commit 103a27ca8a
3 changed files with 5 additions and 5 deletions

View File

@ -18,9 +18,9 @@
*/ */
/** /**
* @file templates/hal_lld.c * @file Win32/hal_lld.c
* @brief HAL Driver subsystem low level driver source template. * @brief Win32 HAL subsystem low level driver code.
* @addtogroup HAL_LLD * @addtogroup WIN32_HAL
* @{ * @{
*/ */

View File

@ -19,7 +19,7 @@
/** /**
* @file Win32/serial_lld.c * @file Win32/serial_lld.c
* @brief Win32 low level simulated serial driver code * @brief Win32 low level simulated serial driver code.
* @addtogroup WIN32_SERIAL * @addtogroup WIN32_SERIAL
* @{ * @{
*/ */

View File

@ -19,7 +19,7 @@
/** /**
* @file Win32/serial_lld.h * @file Win32/serial_lld.h
* @brief Win32 low level simulated serial driver header * @brief Win32 low level simulated serial driver header.
* @addtogroup WIN32_SERIAL * @addtogroup WIN32_SERIAL
* @{ * @{
*/ */