From 5b4130804316779d871dac423a3f9ece456771f2 Mon Sep 17 00:00:00 2001 From: jake-g00dwin Date: Mon, 5 Jan 2026 23:03:16 -0800 Subject: [PATCH] Updated to fill in notes/comments on the mcu. --- src/startup_ch32v003.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/startup_ch32v003.S b/src/startup_ch32v003.S index b5d9f7e..c6b47b9 100644 --- a/src/startup_ch32v003.S +++ b/src/startup_ch32v003.S @@ -233,7 +233,7 @@ handle_reset: /* SystemInit: does stuff like clock setup, PLL cnofig, Periph reset. */ /* This mcu and microprocessor only has "M-Mode" or machine mode */ - /* The other modes, U(user) and S(???) aren't availble. */ + /* The other modes, U(user) and S(Supervisor) aren't availble. */ /* MEPC: Machine Exception Program Counter.*/ /* Jump's and links(ra --> return address) to SystemInit */ jal SystemInit