diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2017-04-19 15:26:50 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2017-04-19 15:26:50 -0500 |
| commit | 914e19d6a5c4d7fd70dbee6a9b65c7ac2f6c7794 (patch) | |
| tree | 132533b0a7f1d7fd6a8b9489428a0e02e2c9276c /src/lib.rs | |
| parent | aee3c2b29b9c47d5b359cc8ef56fcd0d9a9ba15d (diff) | |
tasks! macro: update the signature of `idle`
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,7 @@ macro_rules! tasks { }) => { fn main() { $crate::critical(|cmax| { - fn signature(_: fn($crate::P0, $crate::CMAX)) {} + fn signature(_: fn($crate::P0, &$crate::CMAX)) {} signature(init); let p0 = unsafe { ::core::ptr::read(0x0 as *const _) }; |
