aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel')
-rw-r--r--os/kernel/include/channels.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/channels.h b/os/kernel/include/channels.h
index 663ddc9d3..c822e99e8 100644
--- a/os/kernel/include/channels.h
+++ b/os/kernel/include/channels.h
@@ -58,7 +58,7 @@
* @brief @p BaseChannel virtual methods table.
*/
struct BaseChannelVMT { \
- _base_channel_methods \
+ _base_channel_methods \
};
/**
@@ -209,7 +209,7 @@ typedef struct {
* @brief @p BaseAsynchronousChannel specific data.
*/
#define _base_asynchronous_channel_data \
- _base_channel_data \
+ _base_channel_data \
/* Data Available EventSource.*/ \
EventSource ievent; \
/* Data Transmitted EventSource.*/ \