mirror of
https://github.com/taubel/sdk-ameba-v4.0b-gcc.git
synced 2026-07-11 13:55:42 +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
|
//default main
|
||||||
_WEAK void main(void)
|
_WEAK void _main(void)
|
||||||
{
|
{
|
||||||
#if CONFIG_SOC_PS_MODULE
|
#if CONFIG_SOC_PS_MODULE
|
||||||
pmu_sysactive_timer_init();
|
pmu_sysactive_timer_init();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue