aboutsummaryrefslogtreecommitdiffstats
path: root/console.h
diff options
context:
space:
mode:
Diffstat (limited to 'console.h')
-rw-r--r--console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/console.h b/console.h
index 06320853..10e061ff 100644
--- a/console.h
+++ b/console.h
@@ -48,7 +48,7 @@ struct GLCDConsole {
/* font size in pixels */
uint8_t fx,fy;
/* buffer index */
- uint16_t bidx, blen, bstrt;
+ uint16_t wptr, blen, bstrt;
bool_t full;
};