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 ); +*/ } }