X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fphase.c;h=e88fd08371e517e5ccc3aabe50df9b3751b5728c;hb=97c013481a2c85dd01b8231017545360c7cc33ac;hp=e30f46681e2694a562dc537ec21807df9ed9df72;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/phase.c b/bertos/drv/phase.c index e30f4668..e88fd083 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/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];