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:
parent
4b67fccf2b
commit
18ae50ad4e
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user