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@47 013db118-44a6-b54f-8bf7-843cb86687b1
This commit is contained in:
parent
969c449d11
commit
1cac1b4ae6
@ -32,10 +32,9 @@ u8 pool[512]; //
|
||||
void main_loop( void )
|
||||
{
|
||||
|
||||
// 電池投入時の1回のみ
|
||||
// 電池投入時、ファームアップデート後のみ
|
||||
PM_init();
|
||||
RTC_init( ); // 内部でリブートか判定しています
|
||||
PM_init();
|
||||
|
||||
iic_mcu_start( );
|
||||
system_status.pwr_state = OFF_TRIG;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user