You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #733, re-exporting nop in rtic::export may be unnecessary, and something like continue would do the trick in most cases. Personally, I'd keep the mandatory elements of rtic::export to the minimum. If anyone needs by chance the cortex_m::nop instruction, I'd say that they use it directly from the cortex-m crate instead of RTIC's re-export.
The text was updated successfully, but these errors were encountered:
As discussed in #733, re-exporting
nop
inrtic::export
may be unnecessary, and something likecontinue
would do the trick in most cases. Personally, I'd keep the mandatory elements ofrtic::export
to the minimum. If anyone needs by chance thecortex_m::nop
instruction, I'd say that they use it directly from thecortex-m
crate instead of RTIC's re-export.The text was updated successfully, but these errors were encountered: