Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: COBS.h
- Revision:
- 2:64fdac5efaa1
- Parent:
- 0:736db4334c89
--- a/COBS.h Tue Feb 10 03:12:12 2015 +0000
+++ b/COBS.h Tue Jul 21 19:31:41 2015 -0400
@@ -5,7 +5,7 @@
public:
void StuffData(unsigned char *ptr, unsigned long length, unsigned char *dst);
- void UnStuffData(unsigned char *ptr, unsigned long length, unsigned char *dst);
+ int UnStuffData(unsigned char *ptr, unsigned long length, unsigned char *dst);
};
-#endif
\ No newline at end of file
+#endif