Skip to content
Snippets Groups Projects
Commit 3c984479 authored by Ruben Asplund's avatar Ruben Asplund
Browse files

Exercise B and C

parent 26e8d310
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ fn main() { ...@@ -19,7 +19,7 @@ fn main() {
let end = core.DWT.cyccnt.read(); let end = core.DWT.cyccnt.read();
// let _time = end.wrapping_sub(start); let _time = end.wrapping_sub(start);
} }
// A) Running KLEE on embedded code: // A) Running KLEE on embedded code:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment