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

Update rtic_bare1.rs

parent 23771265
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ const APP: () = {
//
// Explain in your own words why a panic makes sense at this point.
//
// The panic makes sense because x overflows by increasing the max (2^32 = 4294967295) by 1.
// The panic makes sense because x overflows by increasing the max (2^32 = 4294967295) by 1 and we are using a u32 and checking if it owerflows.
//
// Commit your answer (bare1_3)
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment