From 8fd1a6f03d9cf8faa032e395b14db711a8e8adb6 Mon Sep 17 00:00:00 2001
From: Alexandru RADOVICI <alexandru.radovici@upb.ro>
Date: Thu, 20 Mar 2025 16:00:42 +0000
Subject: [PATCH] Fix pdf export in lecture 03 slide 18

---
 slides/lectures/resources/timers/slides.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/lectures/resources/timers/slides.md b/slides/lectures/resources/timers/slides.md
index 3299f7f..52e87b5 100644
--- a/slides/lectures/resources/timers/slides.md
+++ b/slides/lectures/resources/timers/slides.md
@@ -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>
 
 ---
-- 
GitLab