Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / buzzer.c
index 218c0d285f5e4af0e98265f0dbf1ed49092d8937..a57af7a04a201bfbcf621312d0b137bf5c941e69 100644 (file)
@@ -42,7 +42,7 @@
 
 #include "buzzer.h"
 
-#include "hw_buzzer.h"
+#include "hw/hw_buzzer.h"
 #include <drv/timer.h>
 
 #include <mware/event.h>