freeレジスタを歩数計デバッグに使っていたのを削除

Horizonリポジトリに0.10として仮リリース(r13191)

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
This commit is contained in:
fujita_ryohei 2010-03-30 11:09:18 +00:00
parent c6f34af049
commit 559fe96298

View File

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