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:528f274c6fed, committed 2015-03-17
- Comitter:
- jkaderka
- Date:
- Tue Mar 17 19:03:25 2015 +0000
- Parent:
- 1:29fdc2c617f8
- Commit message:
- ACK disabled
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Mar 13 21:36:14 2015 +0000
+++ b/main.cpp Tue Mar 17 19:03:25 2015 +0000
@@ -83,7 +83,7 @@
if (bytes <= 0)
continue;
- send_ack();
+ //send_ack();
counter = *((int *) rxBuf);
acc_x = *((int *) &rxBuf[sizeof(int)]);