Modify printf

This commit is contained in:
songyanguang
2025-06-19 20:15:38 +08:00
parent 84e4f2c3a1
commit c5aa020398
7 changed files with 21 additions and 35 deletions
@@ -268,11 +268,11 @@ handle_reset:
csrw mtvec, t0
jal SystemInit
#ifdef __BOOTLOADER /* BOOT */
#ifdef __BOOTLOADER
la t0, ota_entry
#else /* APP */
#else
la t0, entry
#endif /* BOOT */
#endif
csrw mepc, t0
mret