aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen.rs
diff options
context:
space:
mode:
Diffstat (limited to 'macros/src/codegen.rs')
-rw-r--r--macros/src/codegen.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/macros/src/codegen.rs b/macros/src/codegen.rs
index 6460afec..0f68c347 100644
--- a/macros/src/codegen.rs
+++ b/macros/src/codegen.rs
@@ -6,20 +6,17 @@ use crate::syntax::ast::App;
mod assertions;
mod async_dispatchers;
-// mod dispatchers;
mod hardware_tasks;
mod idle;
mod init;
mod local_resources;
mod local_resources_struct;
mod module;
-// mod monotonic;
mod post_init;
mod pre_init;
mod shared_resources;
mod shared_resources_struct;
mod software_tasks;
-// mod timer_queue;
mod util;
#[allow(clippy::too_many_lines)]