-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
Use GCS_SEND_TEXT in place of gcs().send_text #27776
Use GCS_SEND_TEXT in place of gcs().send_text #27776
Conversation
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
Co-authored-by: muramura <[email protected]>
This will make it more difficult to backport changes across this line in the code but I still like the change |
What is the advantage of going to the macro for GCS_SEND_TEXT? I am not challenging the change, just want to understand the advantage 🙂 |
The only advantage that I'm aware of is that the call disappears on AP_Periph. I like the consistency though even for those libraries that will never be included in AP_Periph |
Replaces #25262