From f613da53563d7059517fc2f9ca49c07669fd6d99 Mon Sep 17 00:00:00 2001 From: Philippe G Date: Wed, 19 Jan 2022 00:23:41 -0800 Subject: [PATCH] typo... --- components/targets/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/targets/init.c b/components/targets/init.c index 2db96c56..f6e42cb8 100644 --- a/components/targets/init.c +++ b/components/targets/init.c @@ -1,3 +1,3 @@ -# weak should do the job but it does not +// weak should do the job but it does not... __attribute__((weak)) void target_init(void) { }