Skip to content

Commit 3105620

Browse files
authored
Remove this-> (ThingPulse#319)
1 parent f09ecb7 commit 3105620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OLEDDisplay.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ bool OLEDDisplay::allocateBuffer() {
6565
logBufferMaxLines = 0;
6666
logBuffer = NULL;
6767

68-
if (!this->connect()) {
68+
if (!connect()) {
6969
DEBUG_OLEDDISPLAY("[OLEDDISPLAY][init] Can't establish connection to display\n");
7070
return false;
7171
}

0 commit comments

Comments
 (0)