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.
Revision 6:5c06daa180c2, committed 2019-07-11
- Comitter:
- AndersonIctus
- Date:
- Thu Jul 11 22:27:39 2019 -0300
- Parent:
- 5:8e160ad9adf3
- Child:
- 7:cb5a0a555a53
- Commit message:
- - mudancas para leitura pelo loranwan
Changed in this revision
| communication/Communication.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/communication/Communication.h Wed Jun 26 23:45:16 2019 -0300
+++ b/communication/Communication.h Thu Jul 11 22:27:39 2019 -0300
@@ -16,7 +16,7 @@
virtual const char* getName() = 0;
virtual int write(const char* data) = 0;
- virtual int read(char* buffer, int offset) = 0;
+ virtual int read(unsigned char* buffer, int offset) = 0;
};
#endif