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: 3daf572bcae1 Team Team01_HEPTA_Trainig
Fork of HeptaCamera_GPS by
Revision 12:b298905009c9, committed 2017-09-06
- Comitter:
- HEPTA
- Date:
- Wed Sep 06 06:07:39 2017 +0000
- Parent:
- 10:d4ecef9ef8fd
- Child:
- 13:e3ad89e65f66
- Commit message:
- Hepta Camera&GPS Library
Changed in this revision
| HeptaCamera_GPS.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/HeptaCamera_GPS.cpp Tue Sep 05 09:17:13 2017 +0000
+++ b/HeptaCamera_GPS.cpp Wed Sep 06 06:07:39 2017 +0000
@@ -609,7 +609,8 @@
camera_setting();
HeptaCamera_GPS::ErrorNumber err = HeptaCamera_GPS::NoError;
printf("synchro setting now\r\n");
- err = sync();
+ //err = sync();
+ err = (ErrorNumber)UnexpectedReply;
int count=0;
while(err) {
switch(count) {
