cun
This commit is contained in:
@ -242,10 +242,6 @@ void app_main()
|
||||
u32 addr = 0, size = 0;
|
||||
struct intent it;
|
||||
|
||||
|
||||
log_info("app_main\n");
|
||||
app_var.start_time = timer_get_ms();
|
||||
|
||||
#if (defined(CONFIG_MEDIA_NEW_ENABLE) || (defined(CONFIG_MEDIA_DEVELOP_ENABLE)))
|
||||
/*解码器*/
|
||||
audio_enc_init();
|
||||
@ -312,9 +308,14 @@ void app_main()
|
||||
set_charge_event_flag(1);
|
||||
#endif
|
||||
|
||||
|
||||
log_info("app_main\n");
|
||||
app_var.start_time = timer_get_ms();
|
||||
|
||||
void xtell_main(void);
|
||||
xtell_main();
|
||||
|
||||
|
||||
}
|
||||
|
||||
int __attribute__((weak)) eSystemConfirmStopStatus(void)
|
||||
|
||||
Reference in New Issue
Block a user