Fix compiler warning

This commit is contained in:
Jos van Mourik
2024-09-15 21:37:43 +02:00
parent d12062017a
commit 4b9ee9d591

View File

@@ -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;