From de7554bf45d8585fc49031857636d9b1d4aa3d00 Mon Sep 17 00:00:00 2001 From: Rodrigo Alfonso Date: Wed, 12 Feb 2025 10:08:59 -0300 Subject: [PATCH] Fixing LinkIR.cpp comment --- lib/iwram_code/LinkIR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/iwram_code/LinkIR.cpp b/lib/iwram_code/LinkIR.cpp index c5c5152..ccf6842 100644 --- a/lib/iwram_code/LinkIR.cpp +++ b/lib/iwram_code/LinkIR.cpp @@ -151,7 +151,7 @@ LINK_CODE_IWRAM void LinkIR::generate38kHzSignal(u32 microseconds) { // [1 cycle] "bne 2b \n" // repeat inner loop if needed // [taken: ~3 cycles, final: ~1 cycles] - // (*) the we need to wait ~220 cycles between
iterations: + // (*) we need to wait ~220 cycles between
iterations: // [first 53 iterations (branch taken): 53 * ~4 cycles = ~212 cycles] // [final iteration (branch not taken): ~2 cycles] // [overhead: ~6 cycles]