Skip to content
Snippets Groups Projects
Commit d035ab27 authored by Alexandre Abadie's avatar Alexandre Abadie Committed by GitHub
Browse files

Merge pull request #7856 from kYc0o/fix_driver_adcxx1c_unused_arg

tests/driver_adcxx1c: fix warning unused  argument
parents 4de88d31 371ecf27
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