Skip to content

Commit 0926afb

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 440d910 commit 0926afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boards/Inkplate6.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ bool Inkplate::begin(void)
110110

111111
// Battery voltage Switch MOSFET
112112
pinModeInternal(MCP23017_INT_ADDR, mcpRegsInt, 9, OUTPUT);
113-
113+
114114
// Set unused pins of the first MCP as outputs, low logic state
115115
// (to have the lowest current consumption in low power mode)
116116
pinModeInternal(MCP23017_INT_ADDR, mcpRegsInt, 13, OUTPUT);

0 commit comments

Comments
 (0)