mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-24 04:32:52 +01:00
6 lines
182 B
Rust
6 lines
182 B
Rust
|
// NOTE these tests are specific to the Cortex-M port; `rtfm-syntax` has a more extensive test suite
|
||
|
// that tests functionality common to all the RTFM ports
|
||
|
|
||
|
mod multi;
|
||
|
mod single;
|