rtic/rtic-sync
Nils Fitinghoff 609f14b1e4 ritc-sync: Fix make_channel forcing dependency into user crate
Before, `make_channel` assumed that `critical_section` would be
available in the namespace of the code that invoked the macro. Access
`critical_section` through `rtic-sync` instead.
2023-08-25 05:07:13 +00:00
..
src ritc-sync: Fix make_channel forcing dependency into user crate 2023-08-25 05:07:13 +00:00
.gitignore Merge arbiter and channel into sync 2023-03-01 20:11:00 +01:00
Cargo.toml rtic-sync: Fix possible UB in make_channel! 2023-06-14 20:16:06 +02:00
CHANGELOG.md ritc-sync: Fix make_channel forcing dependency into user crate 2023-08-25 05:07:13 +00:00