Skip to content
Snippets Groups Projects
Commit 626e7990 authored by Jonas Jacobsson's avatar Jonas Jacobsson
Browse files

Update rtic_bare1.rs

parent 0c28bc02
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ const APP: () = { ...@@ -50,7 +50,7 @@ const APP: () = {
// //
// Explain in your own words why the code panic:ed. // 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) // 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