Skip to content
Snippets Groups Projects
Commit b66858b9 authored by Andreas Werner's avatar Andreas Werner
Browse files

fix problems

parent c989fc01
Branches lpc8xx
Tags v1.1
No related merge requests found
......@@ -62,9 +62,9 @@ static struct example ex0 = {
EXAMPLE_INIT_DEV(exDev1)
HAL_NAME("Example 1 Driver 0")
};
EXAMPLE_ADDDEV(exDev0, ex0);
EXAMPLE_ADDDEV(exDev1, ex0);
static struct example ex1 = {
EXAMPLE_INIT_DEV(exDev1)
HAL_NAME("Example 1 Driver 0")
};
EXAMPLE_ADDDEV(exDev0, ex1);
EXAMPLE_ADDDEV(exDev1, ex1);
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