Currently its not possible to re-export rtt_init due to the absolute import of critical_section in rtt_init.
It is possible of course, but requires the importer to also explicitly use rtt-target.
Is there any reason for it not being imported as crate::export::critical_section?
Currently its not possible to re-export rtt_init due to the absolute import of
critical_sectionin rtt_init.It is possible of course, but requires the importer to also explicitly use rtt-target.
Is there any reason for it not being imported as
crate::export::critical_section?