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