aboutsummaryrefslogtreecommitdiffstats
path: root/os/kernel/include/chioch.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/kernel/include/chioch.h')
-rw-r--r--os/kernel/include/chioch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kernel/include/chioch.h b/os/kernel/include/chioch.h
index 27e2abbb4..d8e8771f6 100644
--- a/os/kernel/include/chioch.h
+++ b/os/kernel/include/chioch.h
@@ -71,8 +71,8 @@
*
* @brief @p BaseChannel virtual methods table.
*/
-struct BaseChannelVMT { \
- _base_channel_methods \
+struct BaseChannelVMT {
+ _base_channel_methods
};
/**