From 79431fcc7e4c6ec52d2daf4d0ec874b9ec00600e Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 2 Apr 2015 22:46:11 +0200 Subject: [PATCH] (connect_wii.c) Change type of state variable --- input/connect/connect_wii.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/connect/connect_wii.c b/input/connect/connect_wii.c index 6ea38d4c0c..bff1bcdcc6 100644 --- a/input/connect/connect_wii.c +++ b/input/connect/connect_wii.c @@ -144,7 +144,7 @@ typedef struct wiimote_t send_control_t send_control; /* Various state flags. */ - int state; + uint32_t state; /* Currently lit LEDs. */ uint8_t leds; /* Battery level. */