From ae7bea1ce5f73e6c44bb1d5d14511717e9d3c806 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Mal=C3=BD?= Date: Fri, 19 Aug 2016 00:09:42 +0200 Subject: [PATCH] Remove sampling rate offset --- libhpcs_p.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libhpcs_p.h b/libhpcs_p.h index 39a789d..8483215 100644 --- a/libhpcs_p.h +++ b/libhpcs_p.h @@ -92,7 +92,6 @@ const HPCS_offset DATA_OFFSET_DATE = 0x957; const HPCS_offset DATA_OFFSET_METHOD_NAME = 0xA0E; const HPCS_offset DATA_OFFSET_CS_VER = 0xE11; const HPCS_offset DATA_OFFSET_CS_REV = 0xEDA; -const HPCS_offset DATA_OFFSET_SAMPLING_RATE = 0x101C; const HPCS_offset DATA_OFFSET_SIGSTEP_VERSION = 0x1026; const HPCS_offset DATA_OFFSET_SIGSTEP_SHIFT = 0x1274; const HPCS_offset DATA_OFFSET_SIGSTEP_STEP = 0x127C; -- 2.43.5