From bc229099af3d1e8ac505589c2c6f17765df097b5 Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Sat, 29 Dec 2007 19:06:23 +0000 Subject: [PATCH] Added a missing function to the header file. --- suunto_vyper2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/suunto_vyper2.h b/suunto_vyper2.h index 53f8099..2c89f7f 100644 --- a/suunto_vyper2.h +++ b/suunto_vyper2.h @@ -16,6 +16,8 @@ int suunto_vyper2_close (vyper2 *device); int suunto_vyper2_read_version (vyper2 *device, unsigned char data[], unsigned int size); +int suunto_vyper2_reset_maxdepth (vyper2 *device); + int suunto_vyper2_read_memory (vyper2 *device, unsigned int address, unsigned char data[], unsigned int size); int suunto_vyper2_write_memory (vyper2 *device, unsigned int address, const unsigned char data[], unsigned int size);