Skip to content

convert binary stream variables to lowercase #27799

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

Conversation

ellensp
Copy link
Contributor

@ellensp ellensp commented Apr 16, 2025

Description

While testing GD32 support it was found that some defines where breaking some variables in BINARY_FILE_TRANSFER.
The cause, the variable names where in uppercae instead of lower as requested in https://marlinfw.org/docs/development/coding_standards.html

Benefits

Follows the standard, GD32 defines dont break BINARY_FILE_TRANSFER

Related Issues

#27798 (comment)

@thisiskeithb thisiskeithb linked an issue Apr 16, 2025 that may be closed by this pull request
1 task
@thinkyhead thinkyhead merged commit a653c3a into MarlinFirmware:bugfix-2.1.x Apr 18, 2025
66 checks passed
@ellensp ellensp deleted the update-binary-stream-variable-names branch April 19, 2025 02:27
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.

[BUG] GD32 MFL cannot build with BINARY_FILE_TRANSFER
2 participants