diff options
author | Erich Eckner <git@eckner.net> | 2018-10-22 14:51:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-23 05:46:54 +0200 |
commit | d2f0f303822bb6200b6a17d6b9364909f059ad9c (patch) | |
tree | e6a218638dd8d3e776f6522cd06c4fdde45fa480 /multiplexer.h | |
parent | ae75b15e6241232c2adb3ae3b53819d3a4dd638d (diff) | |
download | anzeige-d2f0f303822bb6200b6a17d6b9364909f059ad9c.tar.xz |
multiplexer: cleanup
Diffstat (limited to 'multiplexer.h')
-rw-r--r-- | multiplexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiplexer.h b/multiplexer.h index 806ef19..4dd69d9 100644 --- a/multiplexer.h +++ b/multiplexer.h @@ -48,5 +48,5 @@ volatile unsigned *gpio; #define GPIO_PULL *(gpio+37) // Pull up/pull down #define GPIO_PULLCLK0 *(gpio+38) // Pull up/pull down clock -void multiplexer_setup_root(); +int multiplexer_setup_root(); pthread_t multiplexer_setup_non_root(t_display_data *display_data); |