From 15a6687fd851fb5c3fbc6257a88264c49f52b612 Mon Sep 17 00:00:00 2001 From: trsaunders Date: Sat, 13 Oct 2012 16:39:25 +0100 Subject: update console for latest chibios changes --- include/console.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/console.h b/include/console.h index 0cb62cdd..e0bf7de6 100644 --- a/include/console.h +++ b/include/console.h @@ -22,13 +22,22 @@ #define CONSOLE_H #ifndef GDISP_NEED_CONSOLE - #undef GDISP_NEED_CONSOLE + #define GDISP_NEED_CONSOLE FALSE #endif #if GDISP_NEED_CONSOLE #include "gdisp.h" + /** + * @extends BaseAsynchronousChannelVMT + * + * @brief @p GConsole virtual methods table. + */ +struct GConsoleVMT { + _base_asynchronous_channel_methods +}; + /** * @extends BaseAsynchronousChannel * -- cgit v1.2.3