Update preset.
[bertos.git] / bertos / hw / hw_phase.h
index a043cbab8285960f6a65f840fe179bcdfff5faa6..7cae67cfc61805ad7a7f4c96fda0b284659b1af7 100644 (file)
@@ -32,7 +32,6 @@
  *
  * \brief Phase control hardware-specific definitions
  *
- * \version $Id$
  *
  * \author Francesco Sacchi <batt@develer.com>
  */
@@ -46,9 +45,6 @@
 
 #warning TODO:This is an example implementation, you must implement it!
 
-#define TRIAC_MAX_DUTY  100
-#define TRIAC_MAX_POWER 100
-
 #define PHASE_HW_INIT  do { /* Implement me! */ }while (0)
 
 INLINE void TRIAC_OFF(TriacDev i)