From 3470a4ce3a16f51d17127a202bf798d71544ffae Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 26 Oct 2018 10:58:09 +0200 Subject: compile with -pedantic --- multiplexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'multiplexer.h') diff --git a/multiplexer.h b/multiplexer.h index f42fb8d..9c73632 100644 --- a/multiplexer.h +++ b/multiplexer.h @@ -27,12 +27,12 @@ int mem_fd; void *gpio_map; typedef struct { - unsigned char buf[3][40]; + char buf[3][40]; int should_buf, is_buf, keep_running; } t_display_data; typedef struct { - unsigned char buf[2048]; + char buf[2048]; int scroll_len; } t_scroll_buffer; -- cgit v1.2.3-70-g09d2