rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / cpu / arm / drv / stepper_at91_hw_test.c
index 321dde0c4f3d236bf7f92edd8250a8b69cd5f49c..8fb1820c3d55d9531db876967a45c0c5f8afc250 100644 (file)
@@ -39,7 +39,7 @@
 
 #include "stepper_at91.h"
 
-#include <cfg/cfg_stepper.h>
+#include "cfg/cfg_stepper.h"
 #include <cfg/macros.h>
 #include <cfg/debug.h>
 
@@ -150,7 +150,7 @@ void stepper_timer_test_brute(void)
        TC2_RA = 0;
        TC2_RB = 0;
 
-       cpuflags_t flags;
+       cpu_flags_t flags;
        IRQ_SAVE_DISABLE(flags);
 
        /* Set the vector. */