Skip to content

Commit 3673389

Browse files
authored
Merge pull request #20 from glinia/patch-1
remove mismatched bracket
2 parents b8bc72c + 6aaeeea commit 3673389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SFE_MicroOLED.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ void MicroOLED::begin()
210210
// Set up the selected interface:
211211
if (interface == MODE_SPI)
212212
spiSetup();
213-
}
214213
else if (interface == MODE_I2C)
215214
i2cSetup();
216215
else if (interface == MODE_PARALLEL)

0 commit comments

Comments
 (0)