From 4757b6087ba9d2bde1d29236edfa886fa329ce27 Mon Sep 17 00:00:00 2001 From: tautvydas Date: Mon, 27 Aug 2018 13:02:26 +0300 Subject: [PATCH] Removed weak 'main' symbol --- component/soc/realtek/8711b/cmsis/device/app_start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/soc/realtek/8711b/cmsis/device/app_start.c b/component/soc/realtek/8711b/cmsis/device/app_start.c index bb762f4..f2d2a38 100644 --- a/component/soc/realtek/8711b/cmsis/device/app_start.c +++ b/component/soc/realtek/8711b/cmsis/device/app_start.c @@ -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();