From 559fe96298e895577c54a75cc346b2337ca041ec Mon Sep 17 00:00:00 2001 From: fujita_ryohei Date: Tue, 30 Mar 2010 11:09:18 +0000 Subject: [PATCH] =?UTF-8?q?free=E3=83=AC=E3=82=B8=E3=82=B9=E3=82=BF?= =?UTF-8?q?=E3=82=92=E6=AD=A9=E6=95=B0=E8=A8=88=E3=83=87=E3=83=90=E3=83=83?= =?UTF-8?q?=E3=82=B0=E3=81=AB=E4=BD=BF=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=82=92=E5=89=8A=E9=99=A4=20Horizon=E3=83=AA?= =?UTF-8?q?=E3=83=9D=E3=82=B8=E3=83=88=E3=83=AA=E3=81=AB0.10=E3=81=A8?= =?UTF-8?q?=E3=81=97=E3=81=A6=E4=BB=AE=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9?= =?UTF-8?q?(r13191)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@109 013db118-44a6-b54f-8bf7-843cb86687b1 --- trunk/pedo_alg_thre_det2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/pedo_alg_thre_det2.c b/trunk/pedo_alg_thre_det2.c index 2263f8c..53c0fc7 100644 --- a/trunk/pedo_alg_thre_det2.c +++ b/trunk/pedo_alg_thre_det2.c @@ -140,7 +140,8 @@ void pedometer() } { - static u8 i = 0; +/* +static u8 i = 0; vreg_ctr[VREG_C_FREE_0] = i++; @@ -158,6 +159,7 @@ void pedometer() vreg_ctr[VREG_C_FREE_9] = (u8)( peak_l & 0x00FF ); // vreg_ctr[VREG_C_FREE_A] = (u8)( norm_avg[0] / 256 & 0x00FF ); // vreg_ctr[VREG_C_FREE_B] = (u8)( norm_avg[0] & 0x00FF ); +*/ } }