X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_phase.h;h=62228ceee857d74a16a52be25221d43380775de9;hb=ebd302f4820855188df16ee8422a947751bf2c50;hp=2577dc887962f5374270dc758fdddbcd00fb1210;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_phase.h b/bertos/hw/hw_phase.h index 2577dc88..62228cee 100644 --- a/bertos/hw/hw_phase.h +++ b/bertos/hw/hw_phase.h @@ -33,7 +33,7 @@ * \brief Phase control hardware-specific definitions * * \version $Id$ - * + * * \author Francesco Sacchi */ @@ -44,19 +44,25 @@ #include -#warning TODO:This is example implemetantion, you must implement it! +#warning TODO:This is an example implementation, you must implement it! #define PHASE_HW_INIT do { /* Implement me! */ }while (0) INLINE void TRIAC_OFF(TriacDev i) { /* Implement me! */ + + //Only for test remove when implement this function + (void)i; } INLINE void TRIAC_ON(TriacDev i) { /* Implement me! */ + + //Only for test remove when implement this function + (void)i; }