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.
Dependents: CameraOV528-Example
Revision 2:7a563410b23d, committed 2017-07-07
- Comitter:
- jplunkett
- Date:
- Fri Jul 07 20:44:58 2017 +0000
- Parent:
- 1:06afc809909b
- Commit message:
- Error fixes
Changed in this revision
CameraOV528.cpp | Show annotated file Show diff for this revision Revisions of this file |
CameraOV528.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 06afc809909b -r 7a563410b23d CameraOV528.cpp --- a/CameraOV528.cpp Fri Jul 07 20:40:26 2017 +0000 +++ b/CameraOV528.cpp Fri Jul 07 20:44:58 2017 +0000 @@ -543,4 +543,4 @@ } else { return head - tail; } -} +} \ No newline at end of file
diff -r 06afc809909b -r 7a563410b23d CameraOV528.h --- a/CameraOV528.h Fri Jul 07 20:40:26 2017 +0000 +++ b/CameraOV528.h Fri Jul 07 20:44:58 2017 +0000 @@ -109,4 +109,4 @@ void (*log_func)(const char* fmt, ...); }; -#endif +#endif \ No newline at end of file