Fixed bug 2788573.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_1.2.x@953 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-05-09 09:47:00 +00:00
parent 13cbb8cb44
commit b7647ec1f0
2 changed files with 3 additions and 2 deletions

View File

@ -25,8 +25,8 @@
*/ */
/** /**
* @file ports/ARM7-AT91SAM7X/sam7x_serial.h * @file ports/ARM7-AT91SAM7X/sam7x_serial.c
* @brief AT91SAM7X Serial driver macros and structures. * @brief AT91SAM7X Serial driver code.
* @addtogroup AT91SAM7X_SERIAL * @addtogroup AT91SAM7X_SERIAL
* @{ * @{
*/ */

View File

@ -62,6 +62,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** 1.2.2 *** *** 1.2.2 ***
- FIX: Fixed macro in test.h (bug 2781176). - FIX: Fixed macro in test.h (bug 2781176).
- FIX: Fixed @file tag in sam7x_serial.c (bug 2788573).
*** 1.2.1 *** *** 1.2.1 ***
- FIX: Fixed regression in MinGW demo (bug 2745153). - FIX: Fixed regression in MinGW demo (bug 2745153).