X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_phase.h;h=7cae67cfc61805ad7a7f4c96fda0b284659b1af7;hb=48608a70827e29e594e42605275362af7905bc7a;hp=170e3da9004bf62530241cd0631ddbc1c93ff70f;hpb=e423e63cade618baf616a79b99aaab5de74ec76e;p=bertos.git diff --git a/bertos/hw/hw_phase.h b/bertos/hw/hw_phase.h index 170e3da9..7cae67cf 100644 --- a/bertos/hw/hw_phase.h +++ b/bertos/hw/hw_phase.h @@ -32,7 +32,6 @@ * * \brief Phase control hardware-specific definitions * - * \version $Id$ * * \author Francesco Sacchi */ @@ -40,15 +39,12 @@ #ifndef HW_PHASE_H #define HW_PHASE_H -#include "phase_map.h" +#include "hw/phase_map.h" #include #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)