Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mourix committed Sep 15, 2024
1 parent d120620 commit 4b9ee9d
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 4b9ee9d

Please sign in to comment.