diff options
Diffstat (limited to 'examples/periodic-preemption-payload.rs')
-rw-r--r-- | examples/periodic-preemption-payload.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/periodic-preemption-payload.rs b/examples/periodic-preemption-payload.rs index 1397ac2f..0cdf204b 100644 --- a/examples/periodic-preemption-payload.rs +++ b/examples/periodic-preemption-payload.rs @@ -64,6 +64,7 @@ #![deny(unsafe_code)] #![deny(warnings)] #![feature(proc_macro)] +#![feature(proc_macro_gen)] #![no_main] #![no_std] |