From 100d686f948050385ff29c8425a99db2aa0f0248 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sat, 2 Mar 2013 22:13:44 +0100 Subject: TDISP update --- include/tdisp/tdisp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/tdisp/tdisp.h b/include/tdisp/tdisp.h index fcb1fc5f..8a75ece7 100644 --- a/include/tdisp/tdisp.h +++ b/include/tdisp/tdisp.h @@ -50,7 +50,7 @@ typedef enum cursorshape_e { cursorBlinkingUnderline, cursorBar, cursorBlinkingBar, - } cursorshape; +} cursorshape; /** * @name TDISP control values @@ -68,7 +68,7 @@ typedef struct tdispStruct_t { coord_t columns, rows; coord_t charBitsX, charBitsY; uint16_t maxCustomChars; - } tdispStruct; +} tdispStruct; /** * @brief The TDISP structure -- cgit v1.2.3