Comply include to BeRTOS conding standard.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 May 2008 09:53:47 +0000 (09:53 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 May 2008 09:53:47 +0000 (09:53 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1255 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/buzzerled.c
bertos/drv/buzzerled.h

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];
index 14fab03088d18074dd92a48da10d19266c814096..9c0949a755ef5329d891091865a03b516467e946 100644 (file)
 
 #include <cpu/attr.h>
 
-/** Include hw.h. We expect hw.h to define enum BLD_DEVICE, which must contain
+/** Include hw_buzzerled.h. We expect hw_buzzerled.h to define enum BLD_DEVICE, which must contain
  *  an enumarator for each device, plus a special symbol NUM_BLDS containing the
  *  number of devices.
  */
-#include <hw.h>
+#include <hw/hw_buzzerled.h>
 
 
 /* Include hw-level implementation. This allows inlining of bld_set, which in turns