diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-07 10:03:00 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-12-07 10:03:00 +0000 |
commit | a4d1195979a0ee8dddb05e5b8dc29521e190d28f (patch) | |
tree | d4495cfbf7e31db49827eeff2bc7d1a88f33b09d | |
parent | 764849c5c1efc85c4979734948fa8f42a2dfbff5 (diff) | |
download | ChibiOS-a4d1195979a0ee8dddb05e5b8dc29521e190d28f.tar.gz ChibiOS-a4d1195979a0ee8dddb05e5b8dc29521e190d28f.tar.bz2 ChibiOS-a4d1195979a0ee8dddb05e5b8dc29521e190d28f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@535 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | src/include/condvars.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/condvars.h b/src/include/condvars.h index 90a9791d8..83afe6db7 100644 --- a/src/include/condvars.h +++ b/src/include/condvars.h @@ -18,7 +18,7 @@ */
/*
Concepts and parts of this file are contributed by and Copyright (C) 2008
- of Leon Woestenberg
+ of Leon Woestenberg.
*/
/**
|