Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / dc_motor.c
index 1df0083e7a95c0c9150d929c653b13e552b916a2..13efee976628951685e44c42a83c2af5fae1d436 100644 (file)
@@ -41,7 +41,7 @@
  */
 
 #include "dc_motor.h"
-#include "hw_dc_motor.h"
+#include "hw/hw_dc_motor.h"
 
 #include <algo/pid_control.h>