(connect_wii.c) Change type of state variable

This commit is contained in:
Twinaphex 2015-04-02 22:46:11 +02:00
parent ef88957eb1
commit 79431fcc7e

View File

@ -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. */