Skip to content
Snippets Groups Projects
Commit a395bacb authored by Ridge's avatar Ridge
Browse files

bare10_2

parent 44009274
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ const APP: () = { ...@@ -79,7 +79,7 @@ const APP: () = {
} }
} }
#[task(priority = 1, resources = [ITM])] #[task(priority = 1, capacity = 3, resources = [ITM])]
fn trace_data(byte: u8) { fn trace_data(byte: u8) {
let stim = &mut resources.ITM.stim[0]; let stim = &mut resources.ITM.stim[0];
iprintln!(stim, "data {}", byte); iprintln!(stim, "data {}", byte);
...@@ -169,7 +169,7 @@ const APP: () = { ...@@ -169,7 +169,7 @@ const APP: () = {
// //
// What information would you need? // What information would you need?
// //
// ** your answer here ** // How big the sequence that one would want to trace would be.
// //
// Commit your answers (bare10_2) // Commit your answers (bare10_2)
// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment