Skip to content

Commit

Permalink
fixed OLED warnning with TFT compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
hpsaturn committed Nov 4, 2023
1 parent 4b2235a commit 15a0882
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gui-utils-oled/src/GUIUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ void GUIUtils::resumeTaskGUI() {
}

int32_t GUIUtils::getStackFree() {
return 0;
}

void GUIUtils::setCallbacks(GUIUserPreferencesCallbacks* pCallBacks) {
Expand Down

0 comments on commit 15a0882

Please sign in to comment.