From a60c88debb9fb7f4c96fd0729687bfa0525c2296 Mon Sep 17 00:00:00 2001 From: asterix Date: Tue, 20 May 2008 15:53:03 +0000 Subject: [PATCH] Reformat. Mark as FIXME. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1303 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/phase.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/bertos/drv/phase.c b/bertos/drv/phase.c index 8a64c708..39eadf47 100644 --- a/bertos/drv/phase.c +++ b/bertos/drv/phase.c @@ -36,20 +36,22 @@ * \author Francesco Sacchi */ -#include +#include #include -#include -#include #include +#include +#include -#include +#include #include #include +#warning FIXME:Generalize this moduele for all target supported. + /** Array of triacs */ static Triac triacs[TRIAC_CNT]; -- 2.25.1