From: asterix Date: Thu, 15 May 2008 09:53:47 +0000 (+0000) Subject: Comply include to BeRTOS conding standard. X-Git-Tag: 2.0.0~668 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=21985ab49e48c3f117b4ec481a65a037bd782721;p=bertos.git Comply include to BeRTOS conding standard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1255 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/buzzerled.c b/bertos/drv/buzzerled.c index afc81902..9e82598f 100644 --- a/bertos/drv/buzzerled.c +++ b/bertos/drv/buzzerled.c @@ -51,7 +51,8 @@ */ #include "buzzerled.h" -#include "timer.h" + +#include static struct Timer timers[NUM_BLDS]; static bool timer_go[NUM_BLDS]; diff --git a/bertos/drv/buzzerled.h b/bertos/drv/buzzerled.h index 14fab030..9c0949a7 100644 --- a/bertos/drv/buzzerled.h +++ b/bertos/drv/buzzerled.h @@ -43,11 +43,11 @@ #include -/** 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 +#include /* Include hw-level implementation. This allows inlining of bld_set, which in turns