Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / stepper.c
index aa03681014d39a94b9a06dc84f7ae1e4fc57b2db..3e4fc7b9dbe9c48bb5085d3f5fe3512199041cf6 100644 (file)
 
 #include "stepper.h"
 
-#include "hw_stepper.h"
-#include "hw_sensor.h"
+#include "hw/hw_stepper.h"
+#include "hw/hw_sensor.h"
 
-#include <cfg/cfg_stepper.h>
+#include "cfg/cfg_stepper.h"
 #include <cfg/debug.h>
 
 #include <kern/proc.h>