Reformat.
[bertos.git] / bertos / cfg / cfg_dc_motor.h
index baa09796a21c5cdc5780930e5fd7f5e382ce1bf6..0f9d1b14cefa4d4a190cca4c53000023ca7d27bc 100644 (file)
 #ifndef CFG_DC_MOTOR_H
 #define CFG_DC_MOTOR_H
 
+/**
+ * Number of the DC motors to manage.
+ *
+ * $WIZ$ type = "int"
+ * $WIZ$ min = "1"
+ */
+#define CONFIG_NUM_DC_MOTOR       1
 
 #endif /* CFG_DC_MOTOR_H */