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 type used in LogDebug format string #186

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

paulbartell
Copy link
Contributor

Description

Fixes #185

Test Steps

Build with latest esp32c3 reference integration targeting the esp32c3 with debug logging enabled for corePKCS11.

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.

Related Issue

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

@paulbartell paulbartell force-pushed the fixup-format-string-error branch from 7dac2fc to cac87ce Compare November 23, 2023 18:27
Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c671c11) 94.02% compared to head (cac87ce) 94.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #186   +/-   ##
=======================================
  Coverage   94.02%   94.02%           
=======================================
  Files           3        3           
  Lines        1689     1689           
  Branches      442      442           
=======================================
  Hits         1588     1588           
  Misses         17       17           
  Partials       84       84           
Flag Coverage Δ
unit_tests 94.02% <ø> (ø)

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@paulbartell paulbartell merged commit 6dd11e0 into FreeRTOS:main Nov 27, 2023
14 checks passed
@paulbartell paulbartell deleted the fixup-format-string-error branch November 27, 2023 20:50
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.

compilation error when logLevel set to DEBUG
3 participants