Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update marlinui.h/cpp to match args #27046

Merged

Conversation

classicrocker883
Copy link
Contributor

Description

A couple functions do not have their arguments matching. This updates them to be alike.

ex.

-  void MarlinUI::_set_status(const char * const cstr, const bool, const bool pgm) {
-    host_notify(cstr);
  }
+  void MarlinUI::_set_status(const char * const ustr, const bool, const bool pgm) {
+    host_notify(ustr);
  }

Requirements

Benefits

Configurations

Related Issues

@thinkyhead thinkyhead merged commit fde330a into MarlinFirmware:bugfix-2.1.x May 20, 2024
62 checks passed
@classicrocker883 classicrocker883 deleted the bugfix-2.1.x-May1 branch May 22, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants