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 usage of FF_createERR macro in prvGetFAT12Entry #62

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Fix usage of FF_createERR macro in prvGetFAT12Entry #62

merged 1 commit into from
Jan 30, 2024

Conversation

bjsowa
Copy link
Contributor

@bjsowa bjsowa commented Jan 29, 2024

Description

#45 introduced a compilation error about implicit FF_CreateError function when using FAT12 support. I assume it was supposed to be FF_createERR macro instead so I changed it.

Checklist:

  • I have tested my changes. No regression in existing tests.
  • I have modified and/or added unit-tests to cover the code changes in this Pull Request.

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

@paulbartell
Copy link
Contributor

@bjsowa Thanks for the PR. I'll work on getting the CI checks updated to pass and we should be good to go.

@AniruddhaKanhere AniruddhaKanhere merged commit e23ce7d into FreeRTOS:main Jan 30, 2024
5 checks passed
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