diff options
Diffstat (limited to 'rtic-macros/src/codegen.rs')
-rw-r--r-- | rtic-macros/src/codegen.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-macros/src/codegen.rs b/rtic-macros/src/codegen.rs index 24e98ce9..48ee5e33 100644 --- a/rtic-macros/src/codegen.rs +++ b/rtic-macros/src/codegen.rs @@ -4,6 +4,8 @@ use quote::quote; use crate::analyze::Analysis; use crate::syntax::ast::App; +pub mod bindings; + mod assertions; mod async_dispatchers; mod hardware_tasks; |