X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fek-lpc-p2378%2Fhw%2Fhw_mcp41.c;fp=boards%2Fek-lpc-p2378%2Fhw%2Fhw_mcp41.c;h=0000000000000000000000000000000000000000;hb=c15b00a9a85e2aa3fdc681e63d7e92851035b63a;hp=2a8415df3a73d8c2ee2499a7588f7b5a73d5ce64;hpb=fd8bd1af65d3eaea3040d74df3d76b51577a67a6;p=bertos.git diff --git a/boards/ek-lpc-p2378/hw/hw_mcp41.c b/boards/ek-lpc-p2378/hw/hw_mcp41.c deleted file mode 100644 index 2a8415df..00000000 --- a/boards/ek-lpc-p2378/hw/hw_mcp41.c +++ /dev/null @@ -1,53 +0,0 @@ -/** - * \file - * - * - * \brief MCP41 hardware-specific definitions - * - * \version $Id: hw_mcp41.c 2506 2009-04-15 08:29:07Z duplo $ - * \author Francesco Sacchi - */ - -#include "hw/hw_mcp41.h" - -#include -#include - -#warning TODO:This is an example implementation, you must implement it! - -const uint16_t mcp41_ports[MCP41_CNT] = -{ - 0, /* add here mcp41 ports */ -}; -const uint8_t mcp41_pins [MCP41_CNT] = -{ - 0, /* add here mcp41 ports */ -}; -