Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesnicholson committed Dec 30, 2023
1 parent 04b749f commit d84fa30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cobs.c
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ cobs_ret_t cobs_decode_inc_begin(cobs_decode_inc_ctx_t *ctx) {
return COBS_RET_SUCCESS;
}

#include <stdio.h>
cobs_ret_t cobs_decode_inc(cobs_decode_inc_ctx_t *ctx,
cobs_decode_inc_args_t const *args,
size_t *out_src_len,
Expand Down

0 comments on commit d84fa30

Please sign in to comment.