summaryrefslogtreecommitdiff
path: root/prototype/fw/src/microcobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'prototype/fw/src/microcobs.h')
-rw-r--r--prototype/fw/src/microcobs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/prototype/fw/src/microcobs.h b/prototype/fw/src/microcobs.h
index 774a27b..05ae45e 100644
--- a/prototype/fw/src/microcobs.h
+++ b/prototype/fw/src/microcobs.h
@@ -11,5 +11,6 @@ struct sg_entry {
ssize_t cobs_encode_sg(const struct sg_entry input[], uint8_t *output, size_t output_len);
ssize_t cobs_encode(const uint8_t *input, size_t input_len, uint8_t *output, size_t output_len);
+ssize_t cobs_decode(const uint8_t *input, size_t input_len, uint8_t *output, size_t output_len);
#endif /* __MICROCOBS_H__ */