Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / dc_motor.h
index 289a1bd37642c0e4eae8597442f198b8c850ccf2..1a50d48aa8819b98e8b2f8e71c58589814793809 100644 (file)
@@ -40,9 +40,9 @@
 #ifndef DRV_DC_MOTOR_H
 #define DRV_DC_MOTOR_H
 
-#include "hw_dc_motor.h"
+#include "hw/hw_dc_motor.h"
 
-#include <cfg/cfg_dc_motor.h>
+#include "cfg/cfg_dc_motor.h"
 #include <cfg/macros.h>
 
 #include <algo/pid_control.h>