1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-29 00:11:16 +01:00

tests/periph_uart: adapted to cb type changtests/periph_uart: adapted to cb type changee

This commit is contained in:
Hauke Petersen 2016-03-15 10:58:29 +01:00
parent 4b67fccf2b
commit 18ae50ad4e

View File

@ -63,7 +63,7 @@ static int parse_dev(char *arg)
return dev;
}
static void rx_cb(void *arg, char data)
static void rx_cb(void *arg, uint8_t data)
{
int dev = (int)arg;