Update copyright.
[bertos.git] / bertos / hw / mcp41_map.h
index 5e0831287986970bb41a519d1c7478ef7d053d01..6646391c74c4846ed0fa41dd65270c77b8ec30e5 100644 (file)
@@ -26,7 +26,7 @@
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2006 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2006, 2008 Develer S.r.l. (http://www.develer.com/)
  * All Rights Reserved.
  * -->
  *
 #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;