Skip to content

Commit

Permalink
Fixed reference to SPI class in MCP492x code
Browse files Browse the repository at this point in the history
  • Loading branch information
pichenettes committed Apr 24, 2011
1 parent 9cb731c commit 9009b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devices/mcp492x.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Dac {
}

private:
typedef Spi<slave_select_pin, MSB_FIRST, kDacSpeed> DacInterface;
typedef SPIMaster<slave_select_pin, MSB_FIRST, kDacSpeed> DacInterface;
};

} // namespace avrlib
Expand Down

0 comments on commit 9009b24

Please sign in to comment.