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 Outcome library and add error handling for UART code #241

Merged
merged 2 commits into from
Dec 25, 2023

Conversation

PatrickKa
Copy link
Contributor

Description

I fixed the CMake code and include order for the Outcome library before using it in the UART code.

Fixes #183

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d8c2773) 87.35% compared to head (90deeca) 87.35%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #241   +/-   ##
=======================================
  Coverage   87.35%   87.35%           
=======================================
  Files          18       18           
  Lines         514      514           
=======================================
  Hits          449      449           
  Misses         65       65           

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

@PatrickKa PatrickKa merged commit 1f6186f into master Dec 25, 2023
6 checks passed
@PatrickKa PatrickKa deleted the uart-errors branch December 25, 2023 20:33
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.

Add error handling for UART code
2 participants