From 4d98bb436a93bc8e89c227dc7de57559a86c0c54 Mon Sep 17 00:00:00 2001 From: darkstar Date: Mon, 12 Mar 2018 23:27:08 +0100 Subject: [PATCH] SIO: Fix a warning in fdc37c93x.c --- src/sio/sio_fdc37c93x.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sio/sio_fdc37c93x.c b/src/sio/sio_fdc37c93x.c index 11a193f..43c0b7c 100644 --- a/src/sio/sio_fdc37c93x.c +++ b/src/sio/sio_fdc37c93x.c @@ -9,7 +9,7 @@ * Implementation of the SMC FDC37C932FR and FDC37C935 Super * I/O Chips. * - * Version: @(#)sio_fdc37c93x.c 1.0.2 2018/03/07 + * Version: @(#)sio_fdc37c93x.c 1.0.3 2018/03/12 * * Author: Miran Grca, * @@ -55,7 +55,7 @@ static int fdc37c93x_curreg = 0; static int fdc37c93x_gpio_reg = 0; static uint8_t fdc37c93x_regs[48]; static uint8_t fdc37c93x_ld_regs[10][256]; -static uint8_t fdc37c93x_gpio_base = 0x00EA; +static uint16_t fdc37c93x_gpio_base = 0x00EA; static fdc_t *fdc37c93x_fdc; static uint8_t tries;