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.
Fork of MPU6050 by
Revision 2:905e6242889b, committed 2016-09-19
- Comitter:
- gokmenascioglu
- Date:
- Mon Sep 19 21:34:43 2016 +0000
- Parent:
- 0:662207e34fba
- Commit message:
- asas
Changed in this revision
I2Cdev.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 662207e34fba -r 905e6242889b I2Cdev.cpp --- a/I2Cdev.cpp Fri Jan 11 00:54:28 2013 +0000 +++ b/I2Cdev.cpp Mon Sep 19 21:34:43 2016 +0000 @@ -137,6 +137,7 @@ for(int i =0; i < length; i++) { data[i] = redData[i]; } + free(redData); return length; }