Skip to content

Commit

Permalink
Merge pull request 86Box#4831 from mourix/master
Browse files Browse the repository at this point in the history
Microtouch: Fix compiler warning
  • Loading branch information
OBattler authored Sep 15, 2024
2 parents 49179e4 + 4b9ee9d commit 76751c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device/mouse_microtouch_touchscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ mtouch_write(serial_t *serial, void *priv, uint8_t data)
static int
mtouch_prepare_transmit(void *priv)
{
char buffer[10];
char buffer[16];
mouse_microtouch_t *dev = (mouse_microtouch_t *) priv;

double abs_x = dev->abs_x;
Expand Down

0 comments on commit 76751c6

Please sign in to comment.