mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
Conform to CLANG 3
This commit is contained in:
parent
003c438d00
commit
a777ec90c5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ namespace mcp3204 {
|
|||
|
||||
class MCP3204 : public Component,
|
||||
public spi::SPIDevice<spi::BIT_ORDER_MSB_FIRST, spi::CLOCK_POLARITY_LOW, spi::CLOCK_PHASE_LEADING,
|
||||
spi::DATA_RATE_1MHZ> {
|
||||
spi::DATA_RATE_1MHZ> {
|
||||
public:
|
||||
MCP3204() = default;
|
||||
|
||||
|
|
Loading…
Reference in a new issue