aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-18 07:18:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-18 07:18:20 +0000
commitc88c5882d1e10d22a27e4c48ee65bebaa5592e20 (patch)
treef3fc4182054055e5e9d62afce6df5d5753a250f8 /os/kernel
parentb7e7258008897b11c6c8bbdc3220a49f3eaed949 (diff)
downloadChibiOS-c88c5882d1e10d22a27e4c48ee65bebaa5592e20.tar.gz
ChibiOS-c88c5882d1e10d22a27e4c48ee65bebaa5592e20.tar.bz2
ChibiOS-c88c5882d1e10d22a27e4c48ee65bebaa5592e20.zip
Fixed bug 3089567.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2267 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/include/chstreams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/kernel/include/chstreams.h b/os/kernel/include/chstreams.h
index 039f0dbd6..7d85aa186 100644
--- a/os/kernel/include/chstreams.h
+++ b/os/kernel/include/chstreams.h
@@ -41,7 +41,7 @@
/**
* @brief BaseSequentialStream specific methods.
*/
-#define _base_sequential_stream_methods \
+#define _base_sequential_stream_methods \
/* Stream write buffer method.*/ \
size_t (*write)(void *instance, const uint8_t *bp, size_t n); \
/* Stream read buffer method.*/ \