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 keil compilation error #418

Merged
merged 2 commits into from
Nov 18, 2021

Conversation

RichardBarry
Copy link
Contributor

Description

Move the configASSERT() call to after the variable declaration to prevent the following compiler error using the Keil tools:
......\Source\queue.c(2762): error: #268: declaration may not appear after executable statement in block

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

@RichardBarry RichardBarry requested a review from a team as a code owner November 17, 2021 17:12
@codecov
Copy link

codecov bot commented Nov 17, 2021

Codecov Report

Merging #418 (92038c7) into main (6ac9aae) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #418   +/-   ##
=======================================
  Coverage   92.15%   92.15%           
=======================================
  Files           4        4           
  Lines        1274     1274           
  Branches      343      343           
=======================================
  Hits         1174     1174           
  Misses         53       53           
  Partials       47       47           
Flag Coverage Δ
unittests 92.15% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
queue.c 93.25% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6ac9aae...92038c7. Read the comment docs.

@aggarg aggarg merged commit e13f990 into FreeRTOS:main Nov 18, 2021
laroche pushed a commit to laroche/FreeRTOS-Kernel that referenced this pull request Apr 18, 2024
report_builder.c was missing FreeRTOS includes.
Additionally fixes root CA comments in AWS demos.
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.

None yet

3 participants