summaryrefslogtreecommitdiff
path: root/apps/codecs/codec_crt0.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/codec_crt0.c')
-rw-r--r--apps/codecs/codec_crt0.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/codec_crt0.c b/apps/codecs/codec_crt0.c
index 33876272c6..50a2d8b66a 100644
--- a/apps/codecs/codec_crt0.c
+++ b/apps/codecs/codec_crt0.c
@@ -27,8 +27,6 @@ struct codec_api *ci DATA_ATTR;
27extern unsigned char plugin_bss_start[]; 27extern unsigned char plugin_bss_start[];
28extern unsigned char plugin_end_addr[]; 28extern unsigned char plugin_end_addr[];
29 29
30extern enum codec_status codec_main(enum codec_entry_call_reason reason);
31
32/* stub, the entry point is called via its reference in __header to 30/* stub, the entry point is called via its reference in __header to
33 * avoid warning with certain compilers */ 31 * avoid warning with certain compilers */
34int _start(void) {return 0;} 32int _start(void) {return 0;}