blob: 94969d1af7ef975755879c75151812c5df6250d2 (
plain) (
blame)
1
2
3
4
5
|
// NOTE these tests are specific to the Cortex-M port; `rtic-syntax` has a more extensive test suite
// that tests functionality common to all the RTIC ports
mod multi;
mod single;
|