Skip to content
Snippets Groups Projects
Commit a4b13ba5 authored by Teodor-Alexandru DICU's avatar Teodor-Alexandru DICU
Browse files

Merge branch 'slides/fix_lecture_03_slide_18' into 'main'

Fix pdf export in lecture 03 slide 18

See merge request pmrust/pmrust.pages.upb.ro!71
parents a25da07c 8fd1a6f0
No related branches found
No related tags found
No related merge requests found
......@@ -212,7 +212,7 @@ read the number of elapsed μs since reset
#### Reading the time elapsed since restart
```rust{1,5|2,6|4,7,8|all}
```rust {1,5|2,6|4,7,8|all}
const TIMERLR: *const u32 = 0x400b_000c;
const TIMERHR: *const u32 = 0x400b_0008;
......@@ -228,7 +228,7 @@ The **reading order maters** as reading `TIMELR` latches the value in `TIMEHR` (
:: right ::
<div align="center">
<img src="./rp2350_timer_registers_1.png" class="rounded w-100">
<img src="./rp2350_timer_registers_1.png" class="rounded w-90">
</div>
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment