Mark the private function as static.
This commit is contained in:
parent
537f8a51c1
commit
d05ff6bb09
@ -420,7 +420,7 @@ suunto_vyper_device_write (device_t *abstract, unsigned int address, const unsig
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
device_status_t
|
static device_status_t
|
||||||
suunto_vyper_read_dive (device_t *abstract, unsigned char data[], unsigned int size, unsigned int *result, int init, device_progress_state_t *progress)
|
suunto_vyper_read_dive (device_t *abstract, unsigned char data[], unsigned int size, unsigned int *result, int init, device_progress_state_t *progress)
|
||||||
{
|
{
|
||||||
suunto_vyper_device_t *device = (suunto_vyper_device_t*) abstract;
|
suunto_vyper_device_t *device = (suunto_vyper_device_t*) abstract;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user