micro-os-plus/micro-os-plus-iii

Add missing _fini() required by newlib non-nano.

Closed this issue · 1 comments

newlib requires the presence of a _fini() function, and it has some special functionality behind it.

check it and possibly define _fini() as weak.

fixed on 2018-03-26.