aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 09:43:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-05-09 09:43:14 +0000
commita1cf10b2d3ebfd7bb017d49990cc7744655bd924 (patch)
tree5d736d436028ead7c4eb37b770ea06e83395fc9f
parent3d2fd8eb545182334b672c52acd7b8a06193bedf (diff)
downloadChibiOS-a1cf10b2d3ebfd7bb017d49990cc7744655bd924.tar.gz
ChibiOS-a1cf10b2d3ebfd7bb017d49990cc7744655bd924.tar.bz2
ChibiOS-a1cf10b2d3ebfd7bb017d49990cc7744655bd924.zip
Fixed bug 2788573.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@952 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--ports/ARM7-AT91SAM7X/sam7x_serial.c2
-rw-r--r--readme.txt2
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/ARM7-AT91SAM7X/sam7x_serial.c b/ports/ARM7-AT91SAM7X/sam7x_serial.c
index 632270375..236109e2f 100644
--- a/ports/ARM7-AT91SAM7X/sam7x_serial.c
+++ b/ports/ARM7-AT91SAM7X/sam7x_serial.c
@@ -18,7 +18,7 @@
*/
/**
- * @file ports/ARM7-AT91SAM7X/sam7x_serial.h
+ * @file ports/ARM7-AT91SAM7X/sam7x_serial.c
* @brief AT91SAM7X Serial driver macros and structures.
* @addtogroup AT91SAM7X_SERIAL
* @{
diff --git a/readme.txt b/readme.txt
index 9304e2c5b..78db255e1 100644
--- a/readme.txt
+++ b/readme.txt
@@ -161,6 +161,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
(backported in stable branch).
- FIX: Fixed wrong assertions in chThdWait() and chHeapFree() (backported in
stable branch).
+- FIX: Fixed @file tag in sam7x_serial.c (bug 2788573) (backported in stable
+ branch).
- FIX: Fixed a small problem in the chcore.c template file.
- NEW: Mailboxes (asynchronous messages) subsystem and test cases added.
- NEW: Most APIs with a timeout specification now accept the constant