aboutsummaryrefslogtreecommitdiff
path: root/sio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sio.c')
-rw-r--r--sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sio.c b/sio.c
index 3beb85e..2d04600 100644
--- a/sio.c
+++ b/sio.c
@@ -81,7 +81,7 @@ max_samples_sio(void)
}
int16_t *
-read_sio(unsigned int n)
+read_sio(size_t n)
{
int done;
char *buffer = (char *)sio.buffer;