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:
parent
13cbb8cb44
commit
b7647ec1f0
|
@ -25,8 +25,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* @file ports/ARM7-AT91SAM7X/sam7x_serial.h
|
||||
* @brief AT91SAM7X Serial driver macros and structures.
|
||||
* @file ports/ARM7-AT91SAM7X/sam7x_serial.c
|
||||
* @brief AT91SAM7X Serial driver code.
|
||||
* @addtogroup AT91SAM7X_SERIAL
|
||||
* @{
|
||||
*/
|
||||
|
|
|
@ -62,6 +62,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
|||
|
||||
*** 1.2.2 ***
|
||||
- FIX: Fixed macro in test.h (bug 2781176).
|
||||
- FIX: Fixed @file tag in sam7x_serial.c (bug 2788573).
|
||||
|
||||
*** 1.2.1 ***
|
||||
- FIX: Fixed regression in MinGW demo (bug 2745153).
|
||||
|
|
Loading…
Reference in New Issue