Use cfg instead appconfig in bertos modules. Reformat. Remove CVS logs.
[bertos.git] / bertos / drv / dc_motor.h
index 9aac6548e3235461d1731c3363c1a59a91f21ead..289a1bd37642c0e4eae8597442f198b8c850ccf2 100644 (file)
 
 #include "hw_dc_motor.h"
 
+#include <cfg/cfg_dc_motor.h>
+#include <cfg/macros.h>
+
 #include <algo/pid_control.h>
 
 #include <drv/pwm.h>
 #include <drv/timer.h>
 #include <drv/adc.h>
 
-#include <cfg/macros.h>
-
-#include "appconfig.h"
 
 /**
  * Define status bit for DC motor device.