X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fphase.c;h=27ae92fe696d4a4637cca35a6a86f713a8cc9cb1;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=e30f46681e2694a562dc537ec21807df9ed9df72;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/drv/phase.c b/bertos/drv/phase.c index e30f4668..27ae92fe 100644 --- a/bertos/drv/phase.c +++ b/bertos/drv/phase.c @@ -29,28 +29,30 @@ * 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 TODO:Generalize this moduele for all target supported. + +#if 0 /** Array of triacs */ static Triac triacs[TRIAC_CNT]; @@ -190,3 +192,5 @@ void phase_init(void) DB(phase_initialized = true;) IRQ_RESTORE(flags); } +#endif +