Remove unneeded arch.
[bertos.git] / bertos / drv / buzzerled.c
index afc819028a8666cada29f415a09f8d1a13573a8e..9e82598f970f41186cff70aa17bd20f6270d2e69 100644 (file)
@@ -51,7 +51,8 @@
  */
 
 #include "buzzerled.h"
-#include "timer.h"
+
+#include <drv/timer.h>
 
 static struct Timer timers[NUM_BLDS];
 static bool timer_go[NUM_BLDS];