X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fphase.c;h=b56aa61d3807121d3382395f8613201860a82ea6;hb=80190d89df0008fcfed5489e028d7055b0b40f9e;hp=e30f46681e2694a562dc537ec21807df9ed9df72;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/phase.c b/bertos/drv/phase.c index e30f4668..b56aa61d 100644 --- a/bertos/drv/phase.c +++ b/bertos/drv/phase.c @@ -29,28 +29,29 @@ * Copyright 2005 Develer S.r.l. (http://www.develer.com/) * --> * - * \version $Id$ - * * \brief Phase control driver (implementation) * * \version $Id$ + * * \author Francesco Sacchi */ -#include +#include "hw_phase.h" #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];