Skip to content

Commit

Permalink
Add OnPidTuning event to Malyan LCD (MarlinFirmware#17143)
Browse files Browse the repository at this point in the history
All ExtUI LCDs need to keep up with ExtUI API changes.
  • Loading branch information
nick-diel authored and mathom committed Apr 16, 2020
1 parent ade14f8 commit 513006d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/src/lcd/extui_malyan_lcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@ namespace ExtUI {
void onLoadSettings(const char*) {}
void onConfigurationStoreWritten(bool) {}
void onConfigurationStoreRead(bool) {}
void OnPidTuning(const result_t) {}
}

#endif // MALYAN_LCD

0 comments on commit 513006d

Please sign in to comment.