diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-02 09:45:24 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-05-02 09:45:24 +0000 |
commit | e1301550bccc67c25fa9581da3b18cfefc4c601c (patch) | |
tree | 2801bda8500133fdcdc3b30eaa4f17f1d6f48d26 /src/include/ch.h | |
parent | 5557c78ea373a8520b5ca75c687152e973216dd1 (diff) | |
download | ChibiOS-e1301550bccc67c25fa9581da3b18cfefc4c601c.tar.gz ChibiOS-e1301550bccc67c25fa9581da3b18cfefc4c601c.tar.bz2 ChibiOS-e1301550bccc67c25fa9581da3b18cfefc4c601c.zip |
Some work done on abstract I/O channels.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@931 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src/include/ch.h')
-rw-r--r-- | src/include/ch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ch.h b/src/include/ch.h index fa11c169b..bbc0c8eb4 100644 --- a/src/include/ch.h +++ b/src/include/ch.h @@ -80,6 +80,7 @@ #include "threads.h"
#include "inline.h"
#include "queues.h"
+#include "channels.h"
#include "serial.h"
#include "debug.h"
|