Deprecate `#[cortex_m_rt::pre_init]`?
Closed this issue · 1 comments
romancardenas commented
The docs say that using cortex_m_rt::pre_init is deprecated, but the macro is not effectively deprecated. Maybe we should add something like:
#[deprecated(note = "Use global_asm! to define the __pre_init function instead")]
therealprof commented
Makes sense to me.