Skip to content
Snippets Groups Projects
Verified Commit 7862cf74 authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

feat: new warning values

parent d9a13a1f
No related branches found
No related tags found
No related merge requests found
Pipeline #984 passed
......@@ -77,7 +77,7 @@ impl Timer {
}
self.tima_enabled = value & 0x04 == 0x04;
}
_ => panic!("Writing to unknown Timer location 0x{:04x}", addr),
_ => warnln!("Writing to unknown Timer location 0x{:04x}", addr),
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment