diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-07 10:02:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-07 10:02:41 +0000 |
commit | 764849c5c1efc85c4979734948fa8f42a2dfbff5 (patch) | |
tree | 1a6fc711ecd763291e6da26623e48866a0dcf6ff /src | |
parent | 2d6a9e4832f20b2aec445219e3e23fc5c64f3bd5 (diff) | |
download | ChibiOS-764849c5c1efc85c4979734948fa8f42a2dfbff5.tar.gz ChibiOS-764849c5c1efc85c4979734948fa8f42a2dfbff5.tar.bz2 ChibiOS-764849c5c1efc85c4979734948fa8f42a2dfbff5.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@534 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r-- | src/chcond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chcond.c b/src/chcond.c index dbf7e28f7..09e37ceb5 100644 --- a/src/chcond.c +++ b/src/chcond.c @@ -18,7 +18,7 @@ */
/*
Concepts and parts of this file are contributed by and Copyright (C) 2008
- of Leon Woestenberg
+ of Leon Woestenberg.
*/
/**
|