Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
maxicus committed Nov 5, 2015
1 parent 59e1825 commit b356584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OneWire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ void OneWire::depower()
{
noInterrupts();
DIRECT_MODE_INPUT(baseReg, bitmask);
DIRECT_WRITE_LOW(baseReg, bitmask); // disable pull-up too
DIRECT_WRITE_LOW(baseReg, bitmask); // disable pull-up too
interrupts();
}

Expand Down

0 comments on commit b356584

Please sign in to comment.