diff --git a/examples/rtic_bare9.rs b/examples/rtic_bare9.rs index 2ee131035dcd9bb343cb9aac1b42d53a8b9a8013..3d5cebbe2f524f67bd4b1da21399670bb022d8af 100644 --- a/examples/rtic_bare9.rs +++ b/examples/rtic_bare9.rs @@ -102,7 +102,7 @@ const APP: () = { } } - // Handles prints + //Handles prints, resources ERR and RECV is the number of bytes and errors received respectivly #[task(priority = 1, resources = [ERR, RECV])] fn traceing(cx: traceing::Context, state: bool) { let received = cx.resources.RECV;