X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fmcp41_map.h;h=1cd1449e7cb8357c74cd7bfd2e70675a43b4a9eb;hb=52320f9345b0e2b083aa09cb79bc56e75e60dbaf;hp=5e0831287986970bb41a519d1c7478ef7d053d01;hpb=791e167e053bdd9250d34a9a5ccae6ccde4d6679;p=bertos.git diff --git a/bertos/hw/mcp41_map.h b/bertos/hw/mcp41_map.h index 5e083128..1cd1449e 100644 --- a/bertos/hw/mcp41_map.h +++ b/bertos/hw/mcp41_map.h @@ -40,13 +40,16 @@ #ifndef MCP41_MAP_H #define MCP41_MAP_H +#warning TODO:This is an example implentation, you must implement it! + /** \name Enum for mcp41 pot evices. * \{ */ typedef enum Mcp41Dev { MCP41_LED, - MCP41_PHOTO_GAIN, + + /* put here other mcp41 device */ MCP41_CNT, } Mcp41Dev;