tests/driver_adcxx1c: fix warning unused argument
This commit is contained in:
parent
e017033601
commit
371ecf279d
@ -30,6 +30,7 @@ static adcxx1c_t dev;
|
|||||||
|
|
||||||
static void alert_cb(void *arg)
|
static void alert_cb(void *arg)
|
||||||
{
|
{
|
||||||
|
(void)arg;
|
||||||
puts("[Alert]\n");
|
puts("[Alert]\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user