Add process to test semaphore. Add debung string.
[bertos.git] / bertos / hw / hw_phase.h
index f1cf887e07f895848e9f878025144a2521336ea2..62228ceee857d74a16a52be25221d43380775de9 100644 (file)
@@ -33,7 +33,7 @@
  * \brief Phase control hardware-specific definitions
  *
  * \version $Id$
- * 
+ *
  * \author Francesco Sacchi <batt@develer.com>
  */
 
 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;
 }