X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_phase.h;h=62228ceee857d74a16a52be25221d43380775de9;hb=f0cf33e5624b6a45ec583cb05976b706503b2fd4;hp=f1cf887e07f895848e9f878025144a2521336ea2;hpb=57cb450a644c0f31440ea69a81b17a298f2eb8d1;p=bertos.git diff --git a/bertos/hw/hw_phase.h b/bertos/hw/hw_phase.h index f1cf887e..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 */ @@ -51,12 +51,18 @@ 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; }