X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flpc2378%2Fhw%2Fhw_phase.c;fp=examples%2Flpc2378%2Fhw%2Fhw_phase.c;h=f58fe9a25eba66b58b5d6fafb9c88710d8f09f5b;hb=ab067bd420a6e48b25d66444d97ee229b48bcb23;hp=0000000000000000000000000000000000000000;hpb=8284fb65c8c8f9fd233da33fd08f1f81b64cb94b;p=bertos.git diff --git a/examples/lpc2378/hw/hw_phase.c b/examples/lpc2378/hw/hw_phase.c new file mode 100644 index 00000000..f58fe9a2 --- /dev/null +++ b/examples/lpc2378/hw/hw_phase.c @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \brief Phase control hardware-specific definitions + * + * \version $Id: hw_phase.c 1398 2008-05-27 16:36:05Z asterix $ + * \author Francesco Sacchi + */ + +#ifndef HW_PHASE_H +#define HW_PHASE_H + +#include "hw/hw_phase.h" + +#warning TODO:This is an example implementation, you must implement it! + +#endif /* HW_PHASE_H */