forked from subsurface/subsurface
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import: Update the Dive Computer Importers to the Latest Version of
libdivecomputer. Details in subsurface/libdc#71. Signed-off-by: Michael Keller <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libdivecomputer
updated
17 files
+1 −0 | contrib/android/Android.mk | |
+1 −0 | contrib/msvc/libdivecomputer.vcxproj | |
+2 −2 | examples/dctool_timesync.c | |
+53 −0 | include/libdivecomputer/ble.h | |
+1 −0 | src/Makefile.am | |
+97 −0 | src/ble.c | |
+322 −89 | src/cressi_goa.c | |
+1 −1 | src/cressi_goa.h | |
+380 −116 | src/cressi_goa_parser.c | |
+17 −0 | src/deepsix_excursion_parser.c | |
+72 −6 | src/descriptor.c | |
+3 −0 | src/libdivecomputer.symbols | |
+1 −0 | src/oceanic_atom2.c | |
+26 −21 | src/oceanic_atom2_parser.c | |
+2 −0 | src/oceanic_common.h | |
+1 −1 | src/parser.c | |
+1 −0 | src/shearwater_common.c |