summaryrefslogtreecommitdiff
path: root/multiplexer.h
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-10-26 10:58:09 +0200
committerErich Eckner <git@eckner.net>2018-10-26 10:58:09 +0200
commit3470a4ce3a16f51d17127a202bf798d71544ffae (patch)
treedde1bf54cfd4029f11050065785ddef33bef4e7a /multiplexer.h
parent3d7d5934ce19203b1b795cfea6a51599a20c9639 (diff)
downloadanzeige-3470a4ce3a16f51d17127a202bf798d71544ffae.tar.xz
compile with -pedantic
Diffstat (limited to 'multiplexer.h')
-rw-r--r--multiplexer.h4
1 files changed, 2 insertions, 2 deletions
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;