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: Flash status compilation error #12360

Merged
merged 1 commit into from Feb 14, 2023

Conversation

blckmn
Copy link
Member

@blckmn blckmn commented Feb 13, 2023

Fixes:

%% (debug) ./src/main/io/asyncfatfs/asyncfatfs.c
./src/main/drivers/flash_m25p16.c: In function 'm25p16_readStatus':
./src/main/drivers/flash_m25p16.c:163:12: error: 'status' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  163 |     return status;
      |            ^~~~~~
cc1: all warnings being treated as errors

@blckmn blckmn self-assigned this Feb 13, 2023
@github-actions
Copy link

Do you want to test this code? Here you have an automated build:
Assets
WARNING: It may be unstable. Use only for testing! See: https://www.youtube.com/watch?v=I1uN9CN30gw for instructions for unified targets!

@blckmn
Copy link
Member Author

blckmn commented Feb 13, 2023

AUTOMERGE: (FAIL)

  • github identifies PR as mergeable -> FAIL
  • assigned to a milestone -> PASS
  • cooling off period lapsed -> FAIL
  • commit count less or equal to three -> PASS
  • Don't merge label NOT found -> PASS
  • at least one RN: label found -> PASS
  • Tested label found -> FAIL
  • assigned to an approver -> PASS
  • approver count at least three -> FAIL

@haslinghuis haslinghuis added this to the 4.5 milestone Feb 13, 2023
@blckmn blckmn merged commit fd2ac2f into betaflight:master Feb 14, 2023
@blckmn blckmn deleted the flash_status_patch branch February 14, 2023 18:51
davidbitton pushed a commit to davidbitton/betaflight that referenced this pull request Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: COMPLETED
Development

Successfully merging this pull request may close these issues.

None yet

4 participants