mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-03-23 11:04:48 +00:00
Removed weak 'main' symbol
This commit is contained in:
parent
60a7afcc83
commit
4757b6087b
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ void APP_InitTrace(void)
|
|||
}
|
||||
|
||||
//default main
|
||||
_WEAK void main(void)
|
||||
_WEAK void _main(void)
|
||||
{
|
||||
#if CONFIG_SOC_PS_MODULE
|
||||
pmu_sysactive_timer_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue