X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_mcp41.h;h=33e8f774fe60fc2d3660360cf90093f250a5350e;hb=cdd85b7bd633a4256b1250dd4c0b8ead0cb37b62;hp=e27bd374df98c6095a1243df6c5f615b81f9133e;hpb=57cb450a644c0f31440ea69a81b17a298f2eb8d1;p=bertos.git diff --git a/bertos/hw/hw_mcp41.h b/bertos/hw/hw_mcp41.h index e27bd374..33e8f774 100644 --- a/bertos/hw/hw_mcp41.h +++ b/bertos/hw/hw_mcp41.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 */