X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lpc-p2378%2Fhw%2Fphase_map.h;fp=boards%2Fek-lpc-p2378%2Fhw%2Fphase_map.h;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=2f338cdbd8a9cd1465525e97ad6a70a1c86a6a46;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/hw/phase_map.h b/boards/ek-lpc-p2378/hw/phase_map.h deleted file mode 100644 index 2f338cdb..00000000 --- a/boards/ek-lpc-p2378/hw/phase_map.h +++ /dev/null @@ -1,58 +0,0 @@ -/** - * \file - * - * - * \brief Triac map definitions. - * - * \version $Id: phase_map.h 1357 2008-05-26 09:30:19Z asterix $ - * - * \author Francesco Sacchi - */ - -#ifndef PHASE_MAP_H -#define PHASE_MAP_H - -#warning TODO:This is an example implentation, you must implement it! - -/*! \name Enum for triac devices. - * \{ - */ -typedef enum TriacDev -{ - TRIAC_TEST, - - /* Put here other triac device */ - - TRIAC_CNT -} TriacDev; -/* \} */ - -#endif /* PHASE_MAP_H */