mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
歩数計ログのyearを16進で返すというイミフな修正をしてしまっていた。
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@208 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
848f79e1b4
commit
234768a079
@ -378,7 +378,7 @@ u8 hosu_read( )
|
||||
|
||||
case( 3 ):
|
||||
iic_burst_state += 1;
|
||||
return( last_year );
|
||||
return( btobcd( last_year ) );
|
||||
|
||||
case( 4 ):
|
||||
iic_burst_state += 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user