Skip to content
Snippets Groups Projects
Commit 371ecf27 authored by kYc0o's avatar kYc0o
Browse files

tests/driver_adcxx1c: fix warning unused argument

parent e0170336
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,7 @@ static adcxx1c_t dev;
static void alert_cb(void *arg)
{
(void)arg;
puts("[Alert]\n");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment