Skip to content
Snippets Groups Projects
Commit dfca6319 authored by Jonas Jacobsson's avatar Jonas Jacobsson Committed by Tommy Andersson
Browse files

Update rtic_bare1.rs

parent a38bdbcd
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ const APP: () = {
//
// Explain in your own words why the code panic:ed.
//
// It panicked because of an attempted overflow
// It panicked because of an attempted overflow. You add 1 to max on a unsinged 32 and that should trigger an error.
//
// Commit your answer (bare1_1)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment