Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / cpu / avr / drv / adc_avr.c
index ec131745290da92da4c6a682b866df408098d0fd..fd8525d697d2ad35fa9ff8fa4c52f6e0204dd40d 100644 (file)
@@ -37,8 +37,8 @@
 
 #include "adc_avr.h"
 
-#include <cfg/cfg_adc.h>
-#include <cfg/cfg_kern.h>
+#include "cfg/cfg_adc.h"
+#include "cfg/cfg_kern.h"
 #include <cfg/macros.h>
 #include <cfg/compiler.h>