X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fphase.c;h=e88fd08371e517e5ccc3aabe50df9b3751b5728c;hb=97c013481a2c85dd01b8231017545360c7cc33ac;hp=8a64c708ef42a89d9e5a2653e5c534d8f7dc68f5;hpb=bdc388981b38532c41faa398da07c1a9f36aaa73;p=bertos.git diff --git a/bertos/drv/phase.c b/bertos/drv/phase.c index 8a64c708..e88fd083 100644 --- a/bertos/drv/phase.c +++ b/bertos/drv/phase.c @@ -36,20 +36,22 @@ * \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];