From 21985ab49e48c3f117b4ec481a65a037bd782721 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 15 May 2008 09:53:47 +0000 Subject: [PATCH] Comply include to BeRTOS conding standard. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1255 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/buzzerled.c | 3 ++- bertos/drv/buzzerled.h | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 -- 2.25.1