From 54fa2e561731ac8df1a06afbf759ae468d785860 Mon Sep 17 00:00:00 2001 From: Tectu Date: Thu, 28 Jun 2012 11:48:56 +0200 Subject: [PATCH] fix --- console.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.h b/console.h index 890be94d..73704b2a 100644 --- a/console.h +++ b/console.h @@ -53,7 +53,7 @@ struct GLCDConsole { extern "C" { #endif -msg_t lcdConsoleInit(GLCDConsole *console, uint16_t x0, uint16_t y0, uint16_t width, uint16_t height font_t font, uint16_t bkcolor, uint16_t color); +msg_t lcdConsoleInit(GLCDConsole *console, uint16_t x0, uint16_t y0, uint16_t width, uint16_t height, font_t font, uint16_t bkcolor, uint16_t color); msg_t lcdConsolePut(GLCDConsole *console, char c); msg_t lcdConsoleWrite(GLCDConsole *console, uint8_t *bp, size_t n);