Disable unmantained heap handling (for now).
[bertos.git] / bertos / hw / hw_mcp41.h
index e27bd374df98c6095a1243df6c5f615b81f9133e..645b6dac1aff52c7b70379a8697e1d187a8b9d7c 100644 (file)
@@ -38,7 +38,7 @@
 #ifndef HW_MCP41_H
 #define HW_MCP41_H
 
-#include "mcp41_map.h"
+#include "hw/mcp41_map.h"
 
 #include <cfg/compiler.h>
 
@@ -51,16 +51,25 @@ INLINE void SET_MCP41_DDR(Mcp41Dev dev)
                /* Implement me! */
                //Warning: this funtions is like avr target name,
                //fix it to comply for all target.
+
+               //Only for test remove when implement this function
+               (void)dev;
 }
 
 INLINE void MCP41_ON(Mcp41Dev i)
 {
                /* Implement me! */
+
+               //Only for test remove when implement this function
+               (void)i;
 }
 
 INLINE void MCP41_OFF(Mcp41Dev i)
 {
                /* Implement me! */
+
+               //Only for test remove when implement this function
+               (void)i;
 }
 
 #endif /* HW_MCP41_H */