diff --git a/devices/mcp492x.h b/devices/mcp492x.h index c05df4d..4bea3c6 100755 --- a/devices/mcp492x.h +++ b/devices/mcp492x.h @@ -70,7 +70,7 @@ class Dac { } private: - typedef Spi DacInterface; + typedef SPIMaster DacInterface; }; } // namespace avrlib