ufsm icon indicating copy to clipboard operation
ufsm copied to clipboard

Update function prototypes to use ufsm_status_t

Open samfriedman93 opened this issue 4 years ago • 1 comments

This fixes compiler errors for conflicting function types and incompatible pointer type warnings.

samfriedman93 avatar Nov 16 '20 23:11 samfriedman93

Codecov Report

Merging #23 (048afd4) into master (f02f0df) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   99.16%   99.16%           
=======================================
  Files           4        4           
  Lines         480      480           
=======================================
  Hits          476      476           
  Misses          4        4           
Impacted Files Coverage Δ
src/ufsm_queue.c 100.00% <100.00%> (ø)
src/ufsm_stack.c 100.00% <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 f02f0df...048afd4. Read the comment docs.

codecov[bot] avatar Nov 20 '20 13:11 codecov[bot]