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 2:3e874281c0f0, committed 2018-10-16
- Comitter:
- renanbmx123
- Date:
- Tue Oct 16 00:16:05 2018 +0000
- Parent:
- 1:8cc36ccb8d58
- Child:
- 3:3613e9a0edb1
- Commit message:
- Remove some unnecessary data !!!
Changed in this revision
| ALTIMU.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/ALTIMU.cpp Mon Oct 15 05:26:28 2018 +0000
+++ b/ALTIMU.cpp Tue Oct 16 00:16:05 2018 +0000
@@ -101,7 +101,7 @@
__enable_irq();
return result;
}
-
+ // Read n bytes from mem address.
bool Altimu::recv(char sad, char sub, char *buf, int length) {
if (length > 1) sub |= 0x80;