tests/driver_adcxx1c: fix warning unused argument

This commit is contained in:
kYc0o 2017-10-25 17:18:02 +02:00
parent e017033601
commit 371ecf279d

View File

@ -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");
} }