diff options
author | 2020-08-27 11:21:56 +0000 | |
---|---|---|
committer | 2020-09-01 14:50:06 +0000 | |
commit | 76cf14c520091d00985f845203580e14c611ed14 (patch) | |
tree | 786278fef57314138f4a50eb59be0dac8a9deb5f /macros/src/tests.rs | |
parent | c5e6d1fa49e3596227a8ee8fe89e2e4f66db3169 (diff) | |
download | rtic-76cf14c520091d00985f845203580e14c611ed14.tar.gz rtic-76cf14c520091d00985f845203580e14c611ed14.tar.zst rtic-76cf14c520091d00985f845203580e14c611ed14.zip |
Brutally yank out multicore
Diffstat (limited to 'macros/src/tests.rs')
-rw-r--r-- | macros/src/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macros/src/tests.rs b/macros/src/tests.rs index 94969d1a..e9e3326e 100644 --- a/macros/src/tests.rs +++ b/macros/src/tests.rs @@ -1,5 +1,4 @@ // 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; |