diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-14 21:28:10 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-14 21:28:10 +0000 |
commit | 1e0eee8bc4cda865471b0e9bd3caaf4c690ac068 (patch) | |
tree | f1f99f72515eb64f8e33145728d73adc36c0094b /src | |
parent | 392151b00aff940212a39afd5d28f0f8f686f06b (diff) | |
download | ChibiOS-1e0eee8bc4cda865471b0e9bd3caaf4c690ac068.tar.gz ChibiOS-1e0eee8bc4cda865471b0e9bd3caaf4c690ac068.tar.bz2 ChibiOS-1e0eee8bc4cda865471b0e9bd3caaf4c690ac068.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@769 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r-- | src/chevents.c | 2 | ||||
-rw-r--r-- | src/chlists.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/chevents.c b/src/chevents.c index c49b90874..01437079e 100644 --- a/src/chevents.c +++ b/src/chevents.c @@ -193,7 +193,7 @@ void chEvtDispatch(const evhandler_t handlers[], eventmask_t mask) { }
}
-#if CH_OPTIMIZE_SPEED || !CH_USE_EVENTS_TIMEOUT || defined(__DOXIGEN__)
+#if CH_OPTIMIZE_SPEED || !CH_USE_EVENTS_TIMEOUT || defined(__DOXYGEN__)
/**
* @brief A pending event among those specified in @p ewmask is selected,
* cleared and its mask returned.
diff --git a/src/chlists.c b/src/chlists.c index 82526feb2..39bea02cc 100644 --- a/src/chlists.c +++ b/src/chlists.c @@ -25,7 +25,7 @@ */
#include <ch.h>
-#if !CH_OPTIMIZE_SPEED || defined(__DOXIGEN__)
+#if !CH_OPTIMIZE_SPEED || defined(__DOXYGEN__)
/**
* @brief Inserts a thread into a priority ordered queue.
*
|