diff options
Diffstat (limited to 'rtic-macros/src/syntax/ast.rs')
-rw-r--r-- | rtic-macros/src/syntax/ast.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rtic-macros/src/syntax/ast.rs b/rtic-macros/src/syntax/ast.rs index 27e6773f..c3f2befa 100644 --- a/rtic-macros/src/syntax/ast.rs +++ b/rtic-macros/src/syntax/ast.rs @@ -56,9 +56,6 @@ pub struct AppArgs { /// Device pub device: Path, - /// Peripherals - pub peripherals: bool, - /// Interrupts used to dispatch software tasks pub dispatchers: Dispatchers, } |