X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_phase.h;fp=boards%2Fek-lpc-p2378%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_phase.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=572029305ed0dc8ee550aa9b5e028a2998620725;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_phase.h b/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_phase.h deleted file mode 100644 index 57202930..00000000 --- a/boards/ek-lpc-p2378/benchmark/kernel_footprint/cfg/cfg_phase.h +++ /dev/null @@ -1,56 +0,0 @@ -/** - * \file - * - * - * \brief Configuration file for phase module. - * - * \version $Id$ - * \author Daniele Basile - */ - -#ifndef CFG_PHASE_H -#define CFG_PHASE_H - -/** - * Max value of the duty cycle on triac. - * $WIZ$ type = "int" - * $WIZ$ min = 1 - */ -#define CONFIG_TRIAC_MAX_DUTY 100 - -/** - * Max value of the triac power. - * $WIZ$ type = "int" - * $WIZ$ min = 1 - */ -#define CONFIG_TRIAC_MAX_POWER 100 - -#endif /* CFG_PHASE_H */