Disable the remove button if the selected toolchain is one of the default toolchains
[bertos.git] / bertos / hw / hw_phase.h
index 170e3da9004bf62530241cd0631ddbc1c93ff70f..7649e7021bf89db94faaa0eddb3270b947bf1a57 100644 (file)
 #ifndef HW_PHASE_H
 #define HW_PHASE_H
 
-#include "phase_map.h"
+#include "hw/phase_map.h"
 
 #include <cfg/compiler.h>
 
 #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)