白箱で起動しないバグを修正

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@199 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
N2232 2010-07-06 00:48:36 +00:00
parent bcefe4d511
commit 7dde520ba2
2 changed files with 6 additions and 1 deletions

View File

@ -785,6 +785,11 @@ void BT_init( )
// TS //
system_status.model = MODEL_TS_BOARD;
}
else if( raw_adc_temperature < 4 )
{
// ”’”  //
system_status.model = MODEL_SHIROBAKO;
}
else
{
// 実機、残量IC NACK( バッテリ無しまたは残量IC故障 )

View File

@ -304,7 +304,7 @@ void vreg_ctr_write( u8 adrs, u8 data )
}
vreg_ctr[ VREG_C_COMMAND3 ] = data;
break;
// read only
case ( VREG_C_MCU_VER_MAJOR ):
case ( VREG_C_MCU_VER_MINOR ):