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

Fix AutoReload variable name #1166

Merged
merged 1 commit into from
Oct 31, 2024

Conversation

kstribrnAmzn
Copy link
Member

Description

Removes the 'u' prefix as the variable is
no longer unsigned.

Test Steps

See https://github.com/search?q=repo%3AFreeRTOS%2FFreeRTOS-Kernel%20uxAutoReload%20&type=code

Checklist:

  • I have tested my changes. No regression in existing tests.
    • Will test through CI jobs.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.
    • N/A - Simple variable renaming.

Related Issue

#1165

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kstribrnAmzn kstribrnAmzn requested a review from a team as a code owner October 30, 2024 15:59
Removes the 'u' prefix as the variable is
no longer unsigned.
Copy link

@kar-rahul-aws kar-rahul-aws merged commit 8225a7f into FreeRTOS:main Oct 31, 2024
16 checks passed
@kstribrnAmzn kstribrnAmzn deleted the autoReloadName branch October 31, 2024 23:22
kstribrnAmzn added a commit to kstribrnAmzn/FreeRTOS-Kernel that referenced this pull request Nov 1, 2024
kstribrnAmzn added a commit to kstribrnAmzn/FreeRTOS-Kernel that referenced this pull request Nov 1, 2024
Fix variable name mismatch introduced by FreeRTOS#1166.
Fix MPU v2 wrappers incorrectly using UBaseType_t instead
of BaseType.
kstribrnAmzn added a commit that referenced this pull request Nov 1, 2024
Fix variable name mismatch introduced by #1166.
Fix MPU v2 wrappers incorrectly using UBaseType_t instead
of BaseType.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants