Mark incomplete macro with TODO key.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 10 Jun 2008 17:07:09 +0000 (17:07 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 10 Jun 2008 17:07:09 +0000 (17:07 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1431 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/hw/hw_stepper.h

index 12146ca0c60009d1a7fb9a8ed25b2d96193bc85b..6b7cb34f5b268a627f2f162fa281bf8a16accd8f 100644 (file)
@@ -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) */ \