mirror of
https://github.com/rvtr/ctr_mcu.git
synced 2025-10-31 13:51:10 -04:00
ファーム更新後の再起動時にもPM_init()をよぶ
git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_mcu@45 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
391ff81a5e
commit
bdb79adbda
@ -34,6 +34,7 @@ void main_loop( void )
|
||||
|
||||
// 電池投入時の1回のみ
|
||||
RTC_init( ); // 内部でリブートか判定しています
|
||||
PM_init();
|
||||
|
||||
iic_mcu_start( );
|
||||
system_status.pwr_state = OFF_TRIG;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user