Merge pull request #4831 from mourix/master

Microtouch: Fix compiler warning
This commit is contained in:
Miran Grča
2024-09-15 23:47:03 +02:00
committed by GitHub

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;