From 8cfd8aefb69f582c8d658995b6ce7b3f8b024c7e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 2 May 2009 10:13:20 +0000 Subject: Initial documentation for channels. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@932 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/channels.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/channels.h b/src/include/channels.h index deb01f433..a534de9b7 100644 --- a/src/include/channels.h +++ b/src/include/channels.h @@ -54,7 +54,7 @@ struct _base_channel_data { * @details This class represents a generic, synchronous, byte-wide, * I/O channel. */ -typedef struct _base_channel { +typedef struct { struct _base_channel_vmt *vmt; /**< Virtual Methods Table. */ struct _base_channel_data d0; /**< Class data. */ } BaseChannel; -- cgit v1.2.3