Refactor code to build and run on both sam7x and sam7s cpu.
[bertos.git] / bertos / cfg / cfg_dc_motor.h
index 3475059db24c0db16437ec6297b92b25a75a99ba..ac4123bfa083e0760187b68b2e5b201fb69acc6b 100644 (file)
 #ifndef CFG_DC_MOTOR_H
 #define CFG_DC_MOTOR_H
 
-//DC motor configuration
+/**
+ * Number of the DC motors to manage.
+ *
+ * $WIZ$ type = "int"
+ * $WIZ$ min = 1
+ */
 #define CONFIG_NUM_DC_MOTOR       1
 
 #endif /* CFG_DC_MOTOR_H */