rename cpuXXX_t to cpu_XXX_t
[bertos.git] / bertos / hw / hw_stepper.h
index 77038cd899addfad0c65c22dee04642ca24bb78b..6b7cb34f5b268a627f2f162fa281bf8a16accd8f 100644 (file)
@@ -41,7 +41,7 @@
 #ifndef HW_STEPPER_H
 #define HW_STEPPER_H
 
-#include "hw_cpu.h"
+#include "hw/hw_cpu.h"
 
 #include <cfg/macros.h>
 
@@ -142,7 +142,7 @@ do { \
 /*
  * Set control status macro
  */
-#warning This macro is not implemented (see below)
+#warning TODO: This macro is not implemented (see below)
 
 #define STEPPER_SET_CONTROL_BIT_MACRO(index, flag) do { \
                /* if (flag) */ \
@@ -154,7 +154,7 @@ do { \
 /*
  * Set current power macro
  */
-#warning This macro is not implemented (see below)
+#warning TODO: This macro is not implemented (see below)
 
 #define STEPPER_SET_POWER_CURRENT_MACRO(index, flag) do { \
                /* if (flag) */ \